Query |
Response | ||
I would like to numerate columns like Excel does A,B,C....
Plus, how can I show in RowHeader and range index?
|
You can customize row header by writing style of TargetType RowHeaderCell as shown in the following code example.
Code example :
Alphabets can be displayed on for the column by adding stacked header row as shown in the below code example.
Code example :
We have prepared a sample using the above code example and it is available in the following link for your reference.
Sample link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/SfDataGrid_MVVM1222106067
| ||
I need to switch data type in entire column between string and number.
Or at least know how to access data from a column within using combobox in header template.
|
It is not possible to get the specific column and its data within the SelectionChanged event of the combo box in the header template of the column. Please provide more details about this requirement and the reason to switch between the type. So that we can analyze and check for any other possibilities to achieve your requirement. |