Browse By Tags

  • Adding rows to WebDataGrid

    I have a very simple ASP.NET web application with a single WebDataGrid component. I did NOT bind the grid to any kind of DB object, but I did initialize it within the page load process (in function "Page_Load").
    Code:
    DataTable dt …
  • WebDataGrid Client-Side Filtering via CSOM

    I have a couple simple WebDataGrids that I want to provide very simple wildcard search boxes for.  Yes, the filter row would be a good solution, if I could use it.  My search must be at the bottom of my grid, but the filter row is placed below the last row…

  • Capture checkbox checkedchange event from webdatagrid template coloumn

    Hi Experts,


    I have a Check Box in the last column of as shown below


    <ig:WebDataGrid ID="wdgWOTaxPolicySettings" runat="server"

    AutoGenerateColumns="False" CellSpacing="1" EnableDataViewState="True" …

  • webdatagrid filtered but not paging afterwards- nullreference error

    I have a problem with a webdatagrid which has a linq datasource with 12,00 rows and paging and filtering enabled the paging works fine alone but when I filter and try to page I get a null reference error?  Can you Help?
  • access EnableCrossPageSelection with javascript

    hi,

    I am using WebDataGrid with paging and selection with the EnableCrossPageSelection set to true.

    I am trying to get the selected rows on the client side. With the get_selectedRows() method i get the right number of selections, but when trying to get…

  • Excel Export Layout Properties

    Hi

    I used the excel export example by Murtaza Abdeali and it works great.

    But i was wondering how I could set layout properties with this example eg: set Headers to bold, change fonts, make columns autofit etc.

     

    Thanx in advance

     

    ~Guen~

  • WebDataGrid's columns do not hide in AJAX mode while their Hidden property is set to true

    I have a WebDataGrid, a multiselect WebDropDown above it and an "Apply" button

    All are placed in one UpdatePanel.

    The WebDropDown is populated with the columns of the WebDataGrid and the user can check the multiselect ceckboxes of the WebDropDown…

  • WebDataGrid and EntityDataSource Error

    I am getting this error while using entity data source. 
    Server Error in '/' Application.

    Unable to cast object of type 'System.Web.UI.WebControls.EntityDataSourceView' to type 'System.Web.UI.WebControls.QueryableDataSourceView'.…

  • set_hidden does not work in IE 9

    Hi,

    I got a problem when I am trying to hide a column from client side. If I got a column object, 

    column.set_hidden(

     

    true); does not work in IE 9. It works in Google Chrome.

    The exception message is: Microsoft JScript runtime error: Invalid…

  • WebDataGrid text overflow issues with ColumnResizing

    Hi,

      I'm having issues with the WebDataGrid and the ColumnResizing feature.  Essentially, I have some text in a cell that's pretty long and I'd like it to just render without any wrapping.  I have set up the following css which works with ColumnResizing…

  • WebDataGrid ScriptManager Error!

    I am having a problem trying to add a WebDataGrid version 2010 to a page.

    1. Createad an AjaxEnabledWebsite in VS2005

    2. Added a script manager in a page and below it placed the webdatagrid

    3. Added datasource for the grid.

    when i run the project…

  • Checkbox Template Column

    Hi all,

    I am new to the grid control and am trying to understand how to setup and use the control to fulfill my requirements. I have a grid that has 3 columns. The grid has the CellEditing behavior setup where two of the columns use Dropdown EditorProviders…

  • Vertical Text on WebDataGrid's Header

    Hi everyone,

    I'm trying to have vertical text on my WebDataGrid's headers (It only has to work with IE).

    So I first created the following entry in my css:

     

     

    .VertiColumn

     

    th {

    writing-mode

     

    : tb-rl;

    filter

     

    :…

  • WebDataGrid

    i'm using a control WEdataGrid ASp.NET Ajax i need a sample in visual basic.net for a get the value of a a cell in teh rowselection

    thank's everybody

  • WebDataGrid with RowEditTemplate as UserControl

    Hello !!!

     

    I am working with WebDataGrid which is really a good control to play with. What I am trying to do is to have rowEditTemplate. I have webdropdown on UserControl(ascx). I have used the UserControl as RowEditingTemplate. Now what is going on…

  • Trying to get value of a check box

    Hi,

    I have a templated column, in a WebDataGrid with a checkbox. The user can mark which rows need to be deleted by selecting or de-selecting the checkbox. Pretty standard grid setup. 

    a asp button has a 'Delete All Selected' function, the call back…

  • how to sort TemplateDataField column

    Hi all,

    I use webdatagrid's sort feature, and one column is TemplateDataField, when I try sort this column, error happened.

    the code is as following

     

     <ig:WebDataGrid ID="WebDataGrid2" DataSourceID="ObjectDataSource1"
                runat="server…

  • WebDataGrid in 2008 v3

    I can't find any information on what version includes the WebDataGrid?

  • Feedback

    I just wanted to let you know about somethings I have noticed in reviewing the WebDataGrid for https://www.infragistics.com/samples/aspnet on Chrome and Safari. 

    1. Header - Most themes - there appears to be top, bottom, left and right borders around the…
  • UltraWebGrid to WebDataGrid Migration

    It has been a while since the introduction of the new ASP.NET controls based on the Aikido framework. It brought the developers a product meeting latest standards in performance and modern browser support. This turned into a major challenge for applications…

  • When will the old UltraWebGrid fade out?

    I read from a post in the blog said Infragistics is now developing controls in Aikido framework in full power and the development of non-Aikido controls is almost stopped.

    I'm thinking of when will the old controls (for example my favorite UltraWebGrid…

  • WebDataGrid + VB.Net : Design time issue with generated code

    When you change a BoundColumn in the designer to a Template Field within a VB.Net page, you get a nasty error in the markup.

    <

    ig:TemplateDataField Key="fieldName">

    <ItemTemplate>

    <asp:Label ID="Label1" runat="server…
  • Re: WebDataGrid paging using datasets

    Paging / Sorting with Datasets FIXED!!

    Keep getting the error "DataSource view state corrupt" when
    you set the EnableDataViewState equal to 'True' in order to get paging/sorting working?
    ---------------------------------------------…

  • Get the instance of a control in the HeaderTemplate of the WebDataGrid

    In my WebDataGrid I have an ImageButton. I used the ImageButton to go to the parent listening of my datasource.

    I have implemented the OnClick event and it works.
     
    Now I want to disable the button and change the image of the button in the code behind…
  • Re: What's the difference?

    How do the two grids compare if the user has javascript disabled? Taking into account addons to firefox like NoScript where the user selectively disables or has to enable javascript for a site...