Browse By Tags

  • How to Bind WebdateChooser to webgrid column in client side?

    Hi guys,

    I want to bind a web date chooser to a column in a web grid in the client side using javascript, i.e when i click on the cell, a web date chooser should pop up.

    If u guys have any idea,plz help?

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • UltraWebGrid with checkboxes and dropdowns as columns

    Hi,

     

    I want to display a scrollabe ultrawebgrid with some columns as dropdownlist or most probably webcombo ( which will be populated from database ) and checkboxes. Also I want to perform some functionality if checkboxes are selected on server side.

  • Get edited item in ultragrid cell

    Hi

     

    I am using a UltraWebGrid, in which I want to get value of UltraGridCell only if its value is edited.

     

    How can I check at server side if value of UltraGrid cell is edited or not ?

    Please help me

  • How to popup a modal window after postback in UltraWebGrid

    I have a grid and one cell is Hyperlink. Once the user click that link, I have to do a postback, do some processing and then open up a popup. What is the best approach? Is hyperlink that right column type? Which serverside event I should tap into to do…