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

FilterChanging and GridViewCheckBoxColumn

1 Answer 62 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dmitry Shapiro
Top achievements
Rank 1
Dmitry Shapiro asked on 29 Oct 2008, 08:59 AM
I'm need disappear value in filter when filter changing.
Example:
void RadGridViewQuestions_FilterChanging(object sender, GridViewCollectionChangingEventArgs e)
        {
            e.Cancel = true;
        }

When this event calls GridViewCheckBoxColumn and above specified method is fulfilled - value in the filter does not disappear. If this event is called by others Columns after method performance - values disappear.

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 30 Oct 2008, 08:03 PM
Hello Dmitry Shapiro,

Thank you for reporting the issue, but unfortunately I cannot offer you a workaround at the time being. The issue is in our ToDo list and we will provide a fix in one of our future releases. I have updated your Telerik point for reporting this.

Do not hesitate to write me back if you have further questions.

 
Best wishes,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Dmitry Shapiro
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or