jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Peter Stove!
The two options you have Provided Both are Working but i am my purpose is not solved yet.
if i Choose First Option : set async to false – then i read a jQwidgets Data Adapter documentation it says that the order of conformation is not guaranteed.
When i Choose the Second option – My tree Render after whole page loaded then it load the tree which is also another problem for me.
So, their is any Solution another than this.
Now, any how tree is rendering now how to call Link of the tree to various page. I need to call ajax Partial Page using Ajax functionality which link will be given on the tree child node.
how i can achieve this?June 15, 2012 at 7:02 am in reply to: Uncaught TypeError: Cannot read property ‘dataAdapter’ of undefined Uncaught TypeError: Cannot read property ‘dataAdapter’ of undefined #4960Hi Peter Stove!
Thanks For the Reply It is working Properly.
I am stuck at one place now, I have data in my grid View along with edit and delete button associated with each row.(Though, they ain’t displaying in a same column.. Need Solution?) So my scenario is whenever my edit button is clicked a popup opens which calls my server side method to display the view However, the method needs the row id as a parameter For example I have a grid with three columns shown below
CategoryId CategoryName Actions
100364 Desktop Edit | DeleteSo, when my edit button is clicked, I need to pass my categoryId i.e “100364” as rowid to the method instead of rowindex. Moreover, I am not interested in showing categoryId column on user interface.
How can i achieve this scenario ?
June 11, 2012 at 6:14 pm in reply to: Uncaught TypeError: Cannot read property ‘dataAdapter’ of undefined Uncaught TypeError: Cannot read property ‘dataAdapter’ of undefined #4815Hi Peter Stoev
Thanks, Now it is Working .
I have one More Query : As i told in above voice i am using MVC3 in dot net using C-Sharp .Now , My grid is Generated i would like to Generate a pop – up and the Select value comes automatically to the Pop-up and when i click on save it should save the Changes according to it. I have tried the Pop – up Editing View but it does not reflect the Changes in the Data Base. Is their any method so i can send i id of the Particular column to my Controller so the Delete Action can took Place
-
AuthorPosts