Hello!
Lets say I'm databinding xamDataGrid from DB and I have one unbound field added to FieldLayout which I'm setting manually.
Now is my problem. I want to accomplish this from codebehind:
1) There is currently no built in means of setting a maximum number of rows. You would need to handle this and hide the add new record as needed.
2) There is currently no support for fixed/frozen columns.
You may want to submit feature requests for these for consideration in a future version.
You can iterate through the ViewableRecords collection of the DataPresenter and then as needed upcast to a DataRecord (the collection is of the base type Record) and access its Cells collection indexing into it using either the Field or Name of the unbound field.
No one knows how to do this?
Hi,
Even i m searching for the same solution. Can you please share if you have found the solution?
1.Also is there a way to set Max Rows?
2. Make a complete column static such that only the other columns are scrollable?
Thanks in advance