Search Results

Type: Posts; User: Maitreya

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. That's great! Thanks a lot.
  2. Hi @Daniil,

    "type" (char/string variable) is getting set from a query string value in the code behind page. It will only be set during the page load and will never be changed.

    Thanks.
  3. Hi,

    I am calling a web service from an aspx page using the following code.



    <Store>
    <ext:Store ID="Store1" runat="server">
    <Proxy> ...
  4. I have a form which contains a combobox and a gridpanel into it.

    RowEditing direct event of the GridPanel, I am calling a method which sets the selected value for the combobox.



    ...
  5. I have an Ext.Net combobox. I am using version 2 of Ext.Net and v4.0 of .Net

    On a particular event, I am setting its value from javascript.



    ...
  6. If I set the readonly property from Code Behind: The arrow appears disabled and the text are is also not editable.


    But if I set readOnly from java script: The text area is editable and the...
  7. I have an Ext.Net combobox. I am using version 2 of Ext.Net and v4.0 of .Net

    On a particular event, I am setting its value from javascript.



    ...
  8. Many thanks, Daniil. DeferredRender="false" did the trick.

    Is it possible to apply it on individual tab (ext:Container) instead of applying on TabPanel?



    <ext:TabPanel ID="Pages"...
  9. Hi,

    We have a tabbed form in ASP.NET MVP site. We are facing an issue where if I click on a button on the tabbed form then combobox does not retain its selected value. The combobox is in a tab...
  10. The issue was resolved by calling the store.load method after clearing filter.


    #{ddlRelationshipType}.store.clearFilter();
    #{ddlRelationshipType}.store.load();
  11. Hi Daniil

    Can you please help me with syntax to call the delete comboBox.lastQuery; from Javascript
  12. I have an add/edit form with a combo box in my web application, where I am using the same form to add multiple records.



    <ext:TemplateColumn runat="server" ID="RelationshipType"...
  13. Hi,

    I managed to fix it by changing DateFormat to dd MMM yyyy HH:mm:ss.

    Regards.
  14. Hi,

    I am using DateFormat="d MMM yyyy H:i:s" to display date and time value in grid. After upgrading to 2.x, it shows datetime for some rows but doesnt show for others.

    Example: It shows...
  15. Hello,

    We have upgraded ext.net controls from 1.7.0.0 to 2.3.1.41036. We found that row editor plug-in doesnt show Update and Cancel button panel on virtual machine (windows xp professional).
    ...
  16. Hi,

    I am trying to update the following composite field's label (lblUpName) using javascript.



    <ext:CompositeField runat="server" ID="CompositeField1" FieldLabel="Parent"LabelWidth="150"...
  17. Hi Daniil,

    Thanks for the quick reply and a useful trick to find the required javascript code.

    I managed to fix it by providing offsets.



    alignToCfg: {
    offset: [-10, -10],
  18. Hi,

    Is there anyway to find a field's parent panel Id using JavaScript?

    Example: In my case, I need to find "tabToFind" ext panel using txtName field. It has been wrapped using a form panel and...
  19. Hi,

    I would like to show the notification box center of the screen.

    I have a .Net code to replicate the same but looking for javascript code for it.

    .Net code:
    ------------
  20. Thanks Daniil. It has been very useful.

    Regards,
    Maitreya
  21. Hi,

    I have a webform having ext.net controls seperated in different tabs. Each tab is rendered via a user control (.ascx) file.

    I would like to add a validation summary to display client side...
  22. Hi Baidaly,

    Thanks for your quick reply. I am mainly looking for a way to show validation summary using webforms.

    Do you have any example of it? I tried searching in examples but couldnt find...
  23. Hi Vladimir,

    Do you have a similar example for WebForms?

    Thanks.
  24. Hi,

    I am using gridpanel control of Ext.Net v1. I would like to display a tooltip for grid column headers. I tried setting ToolTip property however the tooltip always defaults to the column header...
  25. Hi @Daniil,

    Thanks for the reply! I have used the same workaround for now.

    Cheers,
    Maitreya
Results 1 to 25 of 26
Page 1 of 2 1 2