Hello,
1: i use a derived class from RadGridView with a datatable as datasource. i have datetime- and decimalcolumns. if I write directly something into the filter nothing happens. but if i use the arrows for the decimal-filter a exception is thrown!
EDIT: Problem solved: my datatable has type double and the decimalcolumns the type decimal. i changed the type to double and it works!
2: every decimal-filter is configured with "Equal to:" How can i change this?
Edit: i want "no filter" as standart.
3: It is possibly to change the style for cells in the ColumnHeaderRow without using Formatting Events? i want that the column names are bold for example.
4: why has GridViewCellInfo.Style something like BorderBottomWidth but no more the BorderBottomColor ? can i change this only in the formatting events?
Regards,
Thomas
1: i use a derived class from RadGridView with a datatable as datasource. i have datetime- and decimalcolumns. if I write directly something into the filter nothing happens. but if i use the arrows for the decimal-filter a exception is thrown!
EDIT: Problem solved: my datatable has type double and the decimalcolumns the type decimal. i changed the type to double and it works!
2: every decimal-filter is configured with "Equal to:" How can i change this?
Edit: i want "no filter" as standart.
3: It is possibly to change the style for cells in the ColumnHeaderRow without using Formatting Events? i want that the column names are bold for example.
4: why has GridViewCellInfo.Style something like BorderBottomWidth but no more the BorderBottomColor ? can i change this only in the formatting events?
Regards,
Thomas