Search Results

Type: Posts; User: rajputamit

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Team,
    I am trying to use linked comboboxes.

    Please have a look to the below code.



    <ext:Store runat="server" ID="stddlSubCategory" AutoLoad="false" OnRefreshData="SubCatRefresh">
    ...
  2. Hi Guys,
    I am using Multiselect to drag/drop.This is working fine in Mozilla but not in IE.(I am using IE7).
    The error i am getting is 'getBoundingClientRect' is null or not an object.

    The below...
  3. Thread: Grid Panel

    by rajputamit
    Hi,

    I have added column model in grid panel from code behind.





    foreach (DataColumn dc in dtData.Columns)
    {
  4. Hi,

    I have added column model in grid panel from code behind.





    foreach (DataColumn dc in dtData.Columns)
    {
  5. Hi,

    Is it possible to add column in grid panel dynamically ?

    Thanks in Advance.
  6. Hi,

    I have bind Tree grid in code using ConfigItem.
    Is any way to add tool tip or color from code behind for cells in particular level of Tree grid?

    I have many times post this...
  7. Hi,

    I have bind Tree grid in code, Level and columns are not fixed.
    Is any way to add tool tip or color from code behind for cells in particular level of Tree grid?

    If you have any example...
  8. Hi,

    I want to add tool tip for tree grid. In Tree grid columns are dynamics.




    DataRow[] ResourceRows = ds.Tables[4].Select("SiteId='" + site + "' and BusinessId='" + business + "'...
  9. What I am doing is,



    <ext:ToolTip ID="RowTip" runat="server" Target="={#TreeGrid1.getView().mainBody}"
    Delegate=".x-grid3-cell" TrackMouse="true">
    <Listeners>
    ...
  10. Hi,

    I change the line


    gridColumn.XTemplate.Html = "{'"+ i.ToString() +"':this.formatHours}";

    to
  11. Thanks Daniil.
    I tried but still it's not working.Actuaaly I am lost here.
    A running example will do a lot for me.If possible please provide.
  12. Hi Guys,
    I am trying to show tooltip on TreeGrid cell.
    I am following an example from, http://forums.ext.net/showthread.php?7851-CLOSED-1.0-GridPanel-cell-and-Tooltips&highlight=Tooltip+grid+cell...
  13. Thanks.Solved :)
  14. Hi

    Is any property for BorderLayout North/west/ Center/East are expanded in code behind on postback?
  15. Hi

    Is it possible to give background color or change Font of particular cell in tree grid?.
  16. Hi,
    I am trying to change the cell color of TreeGrid depending on particular condition.
    I have written a js function formatHours and while dynamically adding columns to TreeGrid,I am trying to...
  17. I want to make page in that contain three section

    1) filter
    2) Graph
    3) Tree grid

    Filter section are asp.net controls like listbox and buttons
    second is graph which is infragistic and...
  18. I am using Tree gridview

    <ext:TreeGrid ID="resourceTree" runat="server" Width="500" Height="600" NoLeafIcon="true"
    AutoScroll="true" AutoWidth="true">
    ...
  19. Is it possible to use Dot Net control in ext Panel or something else?

    and Also there events.
  20. Hi I am in need of changing cell color of a TreeGrid depending on the value in the cell.
    I am dynamically binding the TreeGrid.
    How can I accomplish this task?
    Please help
  21. Hi,
    I am dynamically creating a TreeGrid,this is fine.
    Now what I want is,I need to change the color of some cells in the TreeGrid depending on conditions.
    This needs to be done on server side.
    ...
  22. RefreshAfterSaving="Always" refreshses the grid after saving.
    That solved my problem.
    Now I am trying with deleting data using direct method.If anyone has done this please suggest.
    Thanks.
  23. Hi,
    I am trying with gridpanel And FormPanel to add/update/delete fuctionality.
    On 'Create' button in HandleChanges event I am storing the data entered by user.It is saved in the database but not...
  24. Hi shinichi1210,
    I was having the same problem and doing research on the same.Maybe we can help each other.
    I am able to bind one level to the treegrid.
    With the below code I am able to bind...
  25. Ext.Net team planning to support Graph in any next release?
Results 1 to 25 of 33
Page 1 of 2 1 2