jQWidgets Forums

jQuery UI Widgets Forums Grid Dynamic Grid View

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  Himanshu 13 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Dynamic Grid View #4827

    Himanshu
    Member

    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 that Particular Row to my Controller so the Delete Action can perform Various operations

    Dynamic Grid View #4832

    Peter Stoev
    Keymaster

    Hi Himanshu,

    I suggest you to take a look at this help topic: asp.net-grid-crud.htm.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Dynamic Grid View #4841

    Himanshu
    Member

    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 | Delete

    So, 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 ?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.