Hello,
I have a grid which is bind through advanced data binding. I run in a code behind method in a loop multiple times grid.rebind(). Unfortunately only the first time NeedDataSource is called. Contrary to this the grid.ItemDataBound is called the same number, I call the rebind method. So what is my mistake, that NeedDataSource is called just once per Postback?
Thanks in advance
Simon
I have a grid which is bind through advanced data binding. I run in a code behind method in a loop multiple times grid.rebind(). Unfortunately only the first time NeedDataSource is called. Contrary to this the grid.ItemDataBound is called the same number, I call the rebind method. So what is my mistake, that NeedDataSource is called just once per Postback?
Thanks in advance
Simon