Query
|
Answer | |
How do we get a List of all the items that are selected? |
You can get all the SlectedItems in the grid by using SfDataGrid.SelectedItemsproperty but you cannot set the SelectedItems using this property.
UG Link:
| |
We want the users to be able to add more items to the list, on a button click |
You can add the Items at run time by using the below code,
| |
How to display the serial number for each of the item in SfDataGrid? |
We already have a kb for this and please find the link from below,
| |
How to get a list of all the edited rows in the grid and mark it with an "*" in one of the column? |
You can achieve your requirement by using CurrentCellBeginEdit event like below,
|