Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » Web Grid (RSS)
  • Re: Template Column Web Image Button CommandArgument

    Hi, in your event method; in your link button even make sure you have the following lines of code: LinkButton lbtn = (LinkButton)sender; CellItem ci = (CellItem)lbtn.Parent; if(ci != null){ UltragridRow r = ci.Cell.Row; int iRow = ci.Cell.Row.Index; // this will give you the current row index so if you...
    Posted to Forum by hs2 on 08-01-2008
  • Icon Column Filter DropDown style?

    I have an Icon filter on a column but the DropDown rows are too big compared to the text inside! Any idea wh at is causing the issue or how to fix this?
    Posted to Forum by emilyankov on 07-31-2008
  • Sorting date column in WebGrid

    I have NA 2008 release 1 and am developing an ASP.NET application. Several of the WebGrid controls I have implemented have datetime values in the dataset/table that I bind to the grid. I am able to toggle the sort order by clicking on the header but the sort is based upon the month first rather than...
    Posted to Forum by jerry_clarke on 07-29-2008
  • Using WebGrid with AJAX UpdatePanel and custom scripts directory

    Hi, I'm rendering the grid as a result of a partial postback (using the UpdatePanel) and it has been working well until I changed the scripts directory via the web.config. Now I get a script loading error which seem to be raised by the page ScriptManager. You can read about my problem in this post...
    Posted to Forum by emilyankov on 07-22-2008
  • Adding Radio Button in UltraWebGrid

    Hi, Can anyone tell me is there any way to add Radio Button in UltraWebGrid and add an event handler to it?
    Posted to Forum by vijayv62 on 07-17-2008
  • WebGrid - stop or do postback from client

    I want do postback if had changed some cell with checkbox and quantity of pages > 1. How I can do this from client side? What are an event handler on server (ActiveCellChange)? ---aspx < ClientSideEvents CellChangeHandler ="OnGridCustomerContactsCellClicked" ---js function OnGridCustomerContactsCellClicked...
    Posted to Forum by dpworker on 07-14-2008
  • WebGrid selection to filter another WebGrid

    Oops..I placed in the wrong Discussion group. Hi, I am trying to filter a webgrid based on another webgrid's selection. When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected). When I click on another row, the SelectedRowChanged...
    Posted to Forum by jgold7 on 07-02-2008
  • Re: Grid and wrapping contents of cell

    hi, just do one thing included at least one space in your cell content. if your cell content is 'amolmahajan' then it should contain space somewhere like 'amol mahajan' or ' amolmahajan' or 'amolmahajan '. Thanks,
    Posted to Forum by sirfamol85 on 05-07-2008
  • AutoGenerate Column = false

    hi, I am using webgrid where I want to show only some fields of many fetch from database. so I have make autogenerate property of webgrid to false. Now what should I change in HTML so that I can show only some fields, i guess i should add UltraGridColumn, can any one plz help in detail. Thanks in advance...
    Posted to Forum by sirfamol85 on 04-28-2008
  • Utility functions not found

    I wanted to add a new row by use of the function igtbl_addNew but the function was not found. Error 'object ecpected' Other grid related functions where executed without problemes.
    Posted to Forum by WolfgangG on 04-24-2008
Page 1 of 3 (23 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems