Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1070
Web Data Menu
posted

I have used webdatamenu in webdatagrid. when we right click a row using webdatamenu item lists are displayed. we need pass parameter using column value in that row.

please find the attached solution for your reference.

please do the needful.

WebdataMenu.zip
Parents
  • 37874
    posted

    Hi DayanaArul,

    What parameter exactly you need to get from the grid? You can access the value of the cell clicked like this:

    var value = eventArgs.get_item().get_value();

    And the column clicked:

    var col = eventArgs().get_item().get_column();

Reply Children
No Data