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

Edited cell

1 Answer 62 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anton Khramov
Top achievements
Rank 1
Anton Khramov asked on 12 Sep 2008, 10:19 AM
Hi all.

I want invalid edited cell stay edited. But the cell moved away viewed area it
exit edit mode and show invalid data.
Can i forbid scroll, grouping and soring for radgirdview?

Regards, Anton.

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas
Telerik team
answered on 15 Sep 2008, 10:18 AM
Hi Anton Khramov,

Thank you for pointing out this issue(GridViewCell stores invalid data), this bug is already in our to do list and it will be fixed for our next release.

Our RadGridView control supports disabling grouping and sorting, but it has to be done per column:


this.radGridView.Columns[0].IsGroupable = false
this.radGridView.Columns[0].IsSortable = false


As for the scrolling - there is no way to disable it for the entire RadGridView control.

Your Telerik points have been updated as per our EAP Program.

Regards,
Atanas
the Telerik team

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