Hello,Telerik.
When I use Telerik gird,meet trouble below.
Scenerio is:
I have a List page which provides all kinds of querying condition by textbox or combobox(dropdownlist).
After I filter some data, I click one row I wanted that open a radWindow which provides function of editing selected row.
after I close the opened window, I return the list page.
How can I keep the textbox or combobox(dropdownlist) status that I just typed or selected , and only refresh the grid.
sometimes, I met "Retry/Cancel" popup when I use "window.location.reload(true)" .now I update "window.location.reload(true)" to
"window.location.href=window.location.href", Only do this, cannot keep the previous state of textbox or combobox(dropdownlist)
How to solve it?
Thanks
Best Regards
When I use Telerik gird,meet trouble below.
Scenerio is:
I have a List page which provides all kinds of querying condition by textbox or combobox(dropdownlist).
After I filter some data, I click one row I wanted that open a radWindow which provides function of editing selected row.
after I close the opened window, I return the list page.
How can I keep the textbox or combobox(dropdownlist) status that I just typed or selected , and only refresh the grid.
sometimes, I met "Retry/Cancel" popup when I use "window.location.reload(true)" .now I update "window.location.reload(true)" to
"window.location.href=window.location.href", Only do this, cannot keep the previous state of textbox or combobox(dropdownlist)
How to solve it?
Thanks
Best Regards