Search Results

Type: Posts; User: jainanki

Search took 0.01 seconds.
  1. This is how my aspx declaration looks like:


    <ColumnModel ID="ColumnModel1" runat="server">
    <Columns>
    <Ext:Column ID="colId" runat="server" DataIndex="LookupId" Visible="false" />
    ...
  2. Yes, Daniil. I do use a ComponentColumn.
  3. Hello,

    I am struggling with the concept of adding a multi combo box as a column in an Ext.Net grid panel. I can add a simple multi combo box, but my requirement here is that every multi combo...
  4. Hello,

    I have a window in which I show a list of records loaded from the database in a GridPanel. This window is added to my main form like this:


    <Infra:EpicWindow ID="wndGrid" Hidden="true"...
  5. Thanks!! It is working.
  6. What I meant to ask was that I want to link the Change event of the slider with a code behind function, where I can get the slider value and process it further.
  7. Thanks Daniil,

    I tried with the regular slider control. What I was trying to do was to get the numeric value and add start date to it to get a date value, but I could not link the slider control...
  8. Hey Geoffrey,

    Thanks for the prompt response.

    Here is the control I am looking for:
    http://developers.arcgis.com/javascript/samples/renderer_temporal/

    Thanks,
    ankit
  9. Hey there,

    I am looking for a date slider control, where I can specify the begin and end date values and the number of steps to be created on the slider control. In addition to which, I want the...
  10. Hello,

    How to apply license to hosting server, we have developed a web site using ext.net controls, we need to host it on a server. can you please provide us steps to apply license to a hosting...
  11. Hi Daniil,

    Here is my code. We are using Combo, MultiSelect, Text as Editor for the PropertyGridParameter, depending on the type of property. I am only pasting code for one type.

    ...
  12. Hi Daniil,

    I had already tried that code, in fact that was the first thing I tried. It didn't work this time also.

    Any other suggestion?

    Thanks,
    ankit
  13. I am struggling with an issue in the PropertyGrid control of Ext.Net library. A page in my application has a dynamic tree structure:

    7480

    which on the click of any node in the tree populates...
Results 1 to 13 of 13