Search Results

Type: Posts; User: rashidsiddique

Search took 0.01 seconds.
  1. Hello Dimitri

    Here is the declaration of DateColumn
    <ext:DateColumn ID="DateColumn7" runat="server" Style="text-align: center" Text="SOQ" Sortable="true"
    ...
  2. Hello,

    I want to report a bug about DateField localization issue.
    When i use DateField control with Korean culture set as my browser language, no matter what month i select,
    by default date is...
  3. Hi,

    I want to remove the Expand/Collapse(i.e. '+/-') from grouping summary.Please refer my attachment.

    Also, when i am calling the SummaryRenderer, i want to check conditions with value of...
  4. Thanks ALobpreis for the reply

    I got the solution. I have used DropDownField.Setvalue() method, which dosent even require an UpdateSelectedItems method to be called.
  5. Hi,

    I am using multiselect control. My declaration code is

    <ext:MultiSelect ID="mlProdPlace" PaddingSpec="0 50 0 50" runat="server" MultiSelect="true"
    ...
  6. Hi,

    I have created one form which is going outside the borders of the screen vertically. I have used border layout and inside i have used regions to separate the screens. But the browser is not...
  7. Please anyone help.
  8. I have a gridpanel on my page. I have used RowSelectionModel. Also i have a button which is outside the GridPanel. When i click the button, i want the selectedRow value of the grid.
    I have tried...
  9. Thank a ton for your reply's. Now i am able to achieve what i wanted.
  10. I tried it Danill, but it is asking only for the ext.net controls inside Items tag.
    It is giving me this error

    Ext.Net.ItemsCollection`1[[Ext.Net.AbstractComponent, Ext.Net, Version=2.5.0.30649,...
  11. I have attached an image of my form, i want to display the page like that. I am displaying gridpanel on the page directly. I have to show textboxes and button on the Popup.

    Please refer to the...
  12. Thanks for the reply Daniil.



    I have set Modal = "true" for my window control, but i am not getting where to declare the controls on the page which needs to be displayed and how to show that...
  13. What i want is, I am showing a GridPanel on my Parent Page. I have created separate page(Child Page) for adding and updating records. Window control shows this Child page, on DoubleClick of GridPanel...
  14. If you can suggest me, how to use Panel as a modal pop up, i can go for that option also. Instead of using a separate page with Window control.
    Please suggest with an example.

    Thanks
  15. I have tried


    ScriptManager.RegisterStartupScript(this, this.GetType(), "close", "parentAutoLoadControl.close();", true);

    and
    X.Js.AddScript("parentAutoLoadControl.hide();"); and...
  16. Is there any other way, like by changing the Mode of the window. Since i not only want to close the window but also update the child page grid control.
    If you can help with an example, it will be...
  17. Hi Daniil,

    Thanks for the reply.

    i have used Window control of ext.net like this


    <ext:Window ID="Window1" runat="server" Ttle="Window" Width="400" Height="185" Hidden="true">
    ...
  18. Hi,

    I am opening a form inside window control on double click of row in gridview.
    I have a save button on the child window, i want to close the child window on click of the save button from...
  19. Thanks Daniil's for your reply.

    I have succeeded in passing the querystring to new window by setting the window url in direct event.

    Window1.Loader.Url = "PageUrl.aspx?QueryString=" + "Value";...
  20. Hi,

    I am opening a new window on click of GridPanel Double click Direct event. I want to pass data to the new window, which a form in the form of querystring. I also want to refresh the Parent...
  21. Hi Daniil,

    Thanks once again for the answer.
    One issue is there, at the server side level, my any code is not working.
    For e.g. Response.Redirect("~/Default.aspx?Value=" + a);

    Even, when i...
  22. Thanks Daniil for such a quick reply.
    I am getting the double click event.
    One more thing i want to ask is, i am passing parameters to the direct event like this

    <ItemDblClick...
  23. Hi,

    I am new to Ext.Net. I am using GridPanel, in which i want to show popup on double click of row in Gridpanel.
    I want a server side event to be fired on double click of row in gridpanel.
    I...
Results 1 to 23 of 23