• Re: WebDataGrid SelectedRowSelectorCSSClass

    Hello julieandduane,

    Please check WebDataGrid CSS Styling guide ,

    The code bellow change RowSelector's background


        <style type="text/css">
        .SelectedRowSelectorCSSClass
        {
            background-color: Red;
            background-image:none;
            color:Lime;
        }
       

  • Re: Export to Excel

    You are trying to export the new WebDataGrid with the legacy UltraWebGridExcelExporter. Both controls are incompatible. You should use the new WebExcelExporter instead.

  • Re: Position Container (WebDataGrid)

    Hello Petar,

    my foult. It's not the WebDataGrid. We are talking about ig:WebDropDown.

    Sorry

    Regards Manfred

  • WebDataGrid Cells text-align

    Hello,

    How to set WebDataGrid's text-align to Right when  Cells values data type is Decimal ?

  • Re: AfterCellUpdate Event in UltraWebGrid to Update a CheckBox

    Thank you. I am migrating the site to use WebDataGrid and .NetAdvantage 2011 v2

  • Re: How to merge the Header columns and provide Hyper link to Header in web data grid?

    Hi,

    That will certainly work, but starting with 11.2, the UltraWebGrid will be retired and will no longer ship.  It is planned to try to get this feature into the WebDataGrid however.

    -Dave

  • Change the row color based on condition

    Hi,

     

    Can anyone let me know how to change the background color of a row in webdatagrid based on the condition. 

     

    Thanks in Advance.

  • RowSelectionChanged event not fired while in JQuery Tab

    I am not able to get this event when Webdatagrid in JQuery Tab.

    Please guide.

  • Ellipsis for overflow

    Hello - 

    Is there anything in WebDataGrid that will show the ellipsis for overflow in a cell kind of like what the old UltraWebGrid used to do?

     

    Jeff

  • WebDataGrid Header Question

    I'm converting from the UltraWebGrid to the WebDataGrid.  How do you apply a stylesheet to the heading of the grid to change it from the default Blue?