This is a migrated thread and some comments may be shown as answers.

Problem with Filter in Q2 2010 and more questions

3 Answers 125 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 20 Jul 2010, 09:19 AM
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

3 Answers, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 22 Jul 2010, 12:27 PM
Hello Thomas,

Thank you for your questions. Here are my comments:

2. The defined default filter for every column type is currently done only internally. Your suggestion for creating a method for its customization is very good and I have logged in our Features database.

3. The Style property is currently available only for data cells. You can define the header cells style in the theme using the Visual Style Builder. You can read more about this tool here.

4. This BorderBottomColor property is missing in the cell Style property. Thank you for pointing it to us. We will add it in a future version. You can define it in the theme or use the CellFormatting for conditional formatting.

Thank you for your fine ideas and reported issues. I have updated your Telerik point.

Best regards,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Anisha
Top achievements
Rank 1
answered on 27 Aug 2010, 04:42 PM
Alexander ,
do we have more options for customization of filters in the new Aug build of Winforms. (version 2010.2.10.806)?
thanks
Anisha
0
Alexander
Telerik team
answered on 30 Aug 2010, 09:32 PM
Hello Anisha,

Thank you for your question.

Please review the updates and fixes in 2010 Q2 SP1 (2010.2.10.806) here. Feel free to subscribe to the RSS feed to be updated regularly of all things new. The RadGridView filtering mechanism has several fixes but there are no new customization options.

Best regards,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Anisha
Top achievements
Rank 1
Share this question
or