• Re: WebDropdown inside WebdataGrid

    I have the activation behavior enabled in my webdatagrid as you can see below but I dont know how to get the active cell property of the webdatagrid in javascript can you please write a few line how to get the active cell property in javascript.

    <Behaviors…

  • Re: Webdatagrid disable control

    Hi Birendra Aujla,

    When some control is placed inside template, it is child of the WebDataGrid in DOM context. So, if you want to disable only the html elements in the WebDataGrid, filter them by using its ID in front of the selector. Example: $("#WebDataGridID…

  • WebDataGrid Bound CheckBox Postback Event

    Can you show me the recommended way to code a bound checkbox server event for WebDataGrid columns?

    In other words, I would like to use a bound checkbox in a WebDataGrid, and get a postback event when the user clicks the chechbox.  I need to know the row…

  • StyleSet not working WebDataGrid

    I used the AppStylist for formatting the WebDataGrid and I am using the IG as StyleSetName and the StyleSetPath is set to C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage 2012.2\ASP.NET\StyleLibraries\IG

    The code for WebDataGrid…

  • WebMaskedEdit/Edit Provider in RowEditingTemplate

    Can you put a WebMaskedEdit Control or use an Edit Provider in a Custom RowEditing Template? 

    Are there any examples on how do this?  The samples only show TextBoxes

    [http://samples.infragistics.com/2009.1/WebFeatureBrowser/contents.aspx?showCode=True&t…

  • Re: Webdropdown and Webgrid

    Hello,

    You can use the built-in WebDropDown editor provider for the new WebDataGrid. It uses only 1 instance of the control, and only moves its position depending on the cell:

    samples.infragistics.com => ASP.NET 2009.1 => WebDataGrid = > Editor Providers…

  • Re: Can i create Custom Paging on Infragistic 9 Webgrids ?

    Hi newling,

    You are using the UltraWebGrid and are referring to a WebDataGrid sample.  These two grids have different structures.  You might be able to reuse some code, but to use the sample as it is, you would need to migrate your control to the WebDataGrid…

  • Webdatagrid runtime change CSS

    How can one change Webdatagrid css at runtime? In my case I had placed  Webdatagrid inside UserControl and used this UserControl on multiple page. Now I want that if page1 is clicked, then say red border and some other attributes are displayed for grid…

  • Issue with Filter option in WebDataGrid

    Hello Everybody,

    The filter option in webdatagrid works only, when we bind the WebDatagrid  in page_load evet everytime. This is not the correct way as it will hurt the performance. Moreover if i am binding the grid in some other events say image_click…

  • Multiple selection from webdatagrid

    I'm working on a project where I've added a hyplerlink to a page with a webdatagrid. I've set the the user selection to multiple on the webdatagrid but am only getting one record passed back to a textbox on the calling program. Is there a way to…