Search Results

Type: Posts; User: mercede75

Search took 0.01 seconds.
  1. I'm using Ext.NET with VS2008, ASP.NET. I have a unique problem for which I have not been able to find any solution.

    There is a GridPanel with a toolbar in Topbar in a user control. the user...
  2. Found the solution though not a good one !


    <script type="text/javascript">
    var getSelectedNode = function(treeGrid){
    var selNode = treeGrid.getSelectionModel().getSelectedNode();
    ...
  3. In an application where I have a requirement for displaying hierarchy of account and I'm using TreeGrid as it is NOT a good idea to use GridPanel in row expanders (This is what I have learned in this...
  4. yes it is working correctly

    made a minor change to use spans as div's were causing a new line and the height of the rows were increased. Code is below:



    <ext:TreeGrid ID="TreeGrid1"...
  5. Hi,

    I have the same senario. I would like to know if three (3) level of nesting is possible using RowExpander? I have seen a similiar question and the user asked about a certain problem in...
  6. Yes it is working!!!

    Thanks a lot. The forum people are excellent.

    However I have a similiar question about row coloring for TreeGrid component.

    I have a requirement to show Accounts which...
  7. Im using a TreeGrid control. My question is how to have coloured rows? There is no renderer sub element available.
  8. Im using a TreeGrid control for displaying heirarchial data. So far its qworking fine. But I want to perform some tasks when the user selects any node. here is the code for my treegrid

    ...
  9. Hello, I'm looking to change the color of the row in Grid, similar to the question asked. However the store does not contain all the fields and only on server side we can tell what color of row...
  10. Hi,

    We have created an application using Ext.NET 1.1 tested on IIS6 (Windows 2003 SP2). However our first deployment failed on IIS7 (Windows 2008 R2). The pages show blank. The regular HTML stuff...
  11. My VS 2008 also crashes. found out the steps to reproduce it.

    1. have a master page with Resourcemanager control
    2. have a content page with any control.
    3. switch the content page to design...
  12. Ive the following Configuration

    Windows 7 Professional Edition
    Visual Studio 2008 Professional Edition + SP1

    SQL Server 2005 Express Edition + SP4

    I'm using Ext.NET in a project. All seems...
  13. I'm trying to create a simple application that reproduces the issue.

    However, based on the combobox usage ( as I copied earlier), what you think could be
    causing the problem. as I checked...
  14. Just sent you attached files. you have to drop the ".txt" extension to make them work.

    These are from a Web Application, Framework 3.5 + SP1 and is runnin g on Windows XP Chrome and Vista.
    ...
  15. I wish it would run on its own because it is a part of a bigger application and the page alone means nothing.

    I'm attaching the ASPX page and the Code behind of the page so that you can have a...
  16. Hi,

    I have two combo boxes in a grid-> topbar->toolbar. The senario is that selection in combo boxes makes grid updates based on what is selected.The second combo box works fine. but the first...
  17. Thank you. It was an excellent and very helpful tool.

    at least it provides colour change and stuff. But How do I apply this theme in Ext.NET. Currently the 4 themes are compiled into the Ext.net...
  18. I'm using Ext.NET in a certain finance project. Everything works fine except for the theme or skin. I've come across few themes on internet but unluckily i could not find

    1. how to add ExtJS...
Results 1 to 18 of 18