Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
xamweb grid like gradebook
posted

i am looking this feature

1)dynamically  adding columns/cell (like excel)

2)dynamically adding rows (like excel)

3)dynamically merge the seleted cell (like excel)

4)dynamically how sign freeze  for cell and row (like excel)

5)how to read the cell value through c# code

 

i am looking for garde book fuctionaly look like a excel fetaure ,but that will not dependent on client

i check your webgrid,i can get merge selected cells

Parents
  • 40030
    Offline posted

    Hi, 

    1. It is possible to add columns dynamically, with our UnboundColums

    2. You can add rows dynamically as well, although the best approach would be to hook the grid to a collection that implements INotifyCollectionChanged, such as an ObservableCollection

    3. We don't currently have a Merge cell feature

    4.  We have a fixed column features, however we don't currently offer the ability to freeze a row

    5. You can access cells, through their rows and read their values, however that way would be much less performant than reading the value from your datasource directly. 

    -SteveZ

Reply Children
No Data