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

Grid Paging changing values to default

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Irfan
Top achievements
Rank 1
Irfan asked on 23 Jul 2008, 06:42 AM
I am using RadGrid in my application , I have GridButtonColumn as one of my columns, On basis of my business logic i set the text to either Edit or View after I bind data to the grid, This works perfectly when the grid is rendered for the first time, but when i traverse to some other page although my business logic is being called and in debug i can see the text of the column being set according to my logic, but when the grid is rendered the text in the column becomes what i have defined declaratively in aspx/ascx file.

Am i missing something or this is an issue in the system?

1 Answer, 1 is accepted

Sort by
0
irfan rizvi
Top achievements
Rank 1
answered on 23 Jul 2008, 10:07 AM

Solved the issue, I placed my business logic in PreRender Event and now the things are working fine.

Tags
Grid
Asked by
Irfan
Top achievements
Rank 1
Answers by
irfan rizvi
Top achievements
Rank 1
Share this question
or