Hi all,
in short:
- the Grid is built completeley in Codebehind, because some columns are added dynamically - no problem that works fine.
- one Column contains an imagebutton, which is used also as an indicator with different colors - works fine
- Rowclick opens a popup window - where data can be entered, changed and deleted - works fine
- Clicking the Savebutton in the popup window, the data is saved in the database and the js closes the window - works fine
- on the initial Page the refreshGrid fires - works fine
- in the AJAX-Eventhandler in Codebehind, the fired event arrives and there a rebind is initiated - works fine
- the Grid is built new, all data is inserted and it runs also through the decision in which color the Imagebutton has to appear - works fine
- the page appears in the browser... the new imagebutton does NOT appear
It's the same code in the same order as if the page is entered the first time (where all is working as expected)
When the entire Page is refreshed by hitting F5 or get the page new from menu, all appears as expected - just not after a refreshGrid...
Anyone an idea, what could be the reason and what I can do to resolve this problem? Thanks in advance!
Regards
Franco
in short:
- the Grid is built completeley in Codebehind, because some columns are added dynamically - no problem that works fine.
- one Column contains an imagebutton, which is used also as an indicator with different colors - works fine
- Rowclick opens a popup window - where data can be entered, changed and deleted - works fine
- Clicking the Savebutton in the popup window, the data is saved in the database and the js closes the window - works fine
- on the initial Page the refreshGrid fires - works fine
- in the AJAX-Eventhandler in Codebehind, the fired event arrives and there a rebind is initiated - works fine
- the Grid is built new, all data is inserted and it runs also through the decision in which color the Imagebutton has to appear - works fine
- the page appears in the browser... the new imagebutton does NOT appear
It's the same code in the same order as if the page is entered the first time (where all is working as expected)
When the entire Page is refreshed by hitting F5 or get the page new from menu, all appears as expected - just not after a refreshGrid...
Anyone an idea, what could be the reason and what I can do to resolve this problem? Thanks in advance!
Regards
Franco