Git Product home page Git Product logo

Comments (7)

akgulebubekir avatar akgulebubekir commented on May 28, 2024

Hi,
what do you mean by going to specified row having a large dataset ?

from xamarin.forms.datagrid.

giaza avatar giaza commented on May 28, 2024

Hi,
Thank you for your answer.
I have a list with a date field and others.
I would like to show this list with your control but i would also like that the datagrid was positioned on the record with the date of today without filtering.
Is this possible?
This data represent a calendar of events and I want to show the events of today first, but I want to show them all.
Thanks in advance.

from xamarin.forms.datagrid.

akgulebubekir avatar akgulebubekir commented on May 28, 2024

Hi again,

it does not supports auto sorting, but I'm planning to add it.

from xamarin.forms.datagrid.

giaza avatar giaza commented on May 28, 2024

Hi thanks for your help.
I guess I can filter out all events prior today and show today event as first.
Just another question.
You said I can use a data template to achieve complex layouts, even have two rows per item.
Do you have an example of doing this by code?
I am fairly new to xamarin.

from xamarin.forms.datagrid.

akgulebubekir avatar akgulebubekir commented on May 28, 2024
        <dg:DataGridColumn Title="Stock" PropertyName="StockInfo" Width="*">
          <dg:DataGridColumn.CellTemplate>
            <DataTemplate>
              <Grid>
                <Grid.RowDefinitions>
                  <RowDefinition Height="*"/>
                  <RowDefinition Height="*"/>
                </Grid.RowDefinitions>
                <Label Text="{Binding ItemName}" HorizontalOptions="Center" VerticalOptions="Center" TextColor="Black"/>
                <Label Grid.Row="1" Text="{Binding Amount}" HorizontalOptions="Center" VerticalOptions="Center" TextColor="Black"/>
              </Grid>
            </DataTemplate>
          </dg:DataGridColumn.CellTemplate>
        </dg:DataGridColumn>

from xamarin.forms.datagrid.

giaza avatar giaza commented on May 28, 2024

Thank you so much!

Inviato da Samsung Mobile

-------- Messaggio originale --------
Da: Ebubekir Akgül [email protected]
Data:
A: "akgulebubekir/Xamarin.Forms.DataGrid" [email protected]
Cc: Gianmichele Zanelli [email protected],Author [email protected]
Oggetto: Re: [akgulebubekir/Xamarin.Forms.DataGrid] Goto to specified row (#2)

    <dg:DataGridColumn Title="Stock" PropertyName="StockInfo" Width="*">
      <dg:DataGridColumn.CellTemplate>
        <DataTemplate>
          <Grid>
            <Grid.RowDefinitions>
              <RowDefinition Height="*"/>
              <RowDefinition Height="*"/>
            </Grid.RowDefinitions>
            <Label Text="{Binding ItemName}" HorizontalOptions="Center" VerticalOptions="Center" TextColor="Black"/>
            <Label Grid.Row="1" Text="{Binding Amount}" HorizontalOptions="Center" VerticalOptions="Center" TextColor="Black"/>
          </Grid>
        </DataTemplate>
      </dg:DataGridColumn.CellTemplate>
    </dg:DataGridColumn>


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/2#issuecomment-240983936, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUH5aEOlQ_R0_tbpVBXvIPAxpg-QBprCks5qhYUogaJpZM4JnU3j.

from xamarin.forms.datagrid.

karanshinde8282 avatar karanshinde8282 commented on May 28, 2024

have u found anything for this
i am also working on it but no any solution found
please let me know if u found any solution
Thanks

from xamarin.forms.datagrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.