Search Results

Type: Posts; User: nhg_itd

Page 1 of 16 1 2 3 4
Search took 0.02 seconds.
  1. Hello Support Team,

    Recently we had an issue with our web application which is using Ext.Net 1.2. Please help us to find the root cause for this unusual behaviour.

    Background:

    Though our...
  2. Hi,

    We have deployed our application on 64 bit. We are getting javascript error "'Ext is undefined". However it works fine on 32 bit without any issues.

    Also, we checked following and...
  3. Can you please show me a sample how to use LockingGridView in Code Behind?

    Thanks.
  4. Hi,

    I want to lock first three columns of my dynamically created grid( In Code Behind). But it seems Locked property on column wont do the trick in code behind.

    here i have attached a sample...
  5. you can define a property call Counter in your code. I just use it to change between user controls in each click.



    public int Counters
    {
    get
    {
    ...
  6. I tried to run the same example you provided with MasterPage. Then it failed. Can you please help me to solve the issue?

    --MasterPage--


    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  7. Hi,

    Thank you very much for the Big help. It worked as i wanted. I have one small question. Now i cannot render my Grid which is inside the userCOntrol1.ascx. eventhough i call grid.Render(), it...
  8. Thank you very much for the sample. That helped me to solve the issue. But one more issue arose after the modification. I wanted to load the User Control(UserControl1.ascx) in a Button click, calling...
  9. Do you mean like this?

    --UserControl1.ascx--


    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="UserControl1.ascx.cs"
    Inherits="WebApplication1.UserControl1" %>
    <%@ Register...
  10. Sample i provided you in previous replies. please go through it and let me know exactly the root cause.

    Thanks.
  11. But I dynamically load the user control into a panel which is inside a layout panel. Can you please help me to achieve this?
  12. Bu I have mentioned the top panel as


    <LayoutConfig>
    <ext:VBoxLayoutConfig Align="Stretch" />
    </LayoutConfig>


    and also i did try with <ext:VBoxLayout> . But no luck. if I...
  13. I Did it as you explained but still the result is same. Ill make this more simple. I have added the new code below for your reference

    -Default.aspx--


    <body>
    <ext:ResourceManager...
  14. this is the current behavior.
    5014

    But I want it like this way.
    5015

    If i insert everything inside the Default.aspx, then i can see the correct behavior. But if I insert them from code behind...
  15. Even though I remove both of them, I still cannot get the desire layout. i need to fillup the whole parent panel('TrendingPanel_Content_Container') with what i have in the User control(child panels)....
  16. below is the sample code

    --Default.aspx--


    <ext:ResourceManager ID="ResourceManager1" runat="server" />
    <ext:Viewport ID="Viewport_Trending" runat="server" Layout="BorderLayout">
    <items>...
  17. Hi, Im having trouble with the layout of Ext.net. 4997

    i want to stretch my panel inside another panel which set the region as Center. i here with attached a sample project created.(change txt...
  18. Its the Solution. Just open the solution, build and run. that solution uses Awesomium browser integrated.

    Thanks.
  19. Im So sorry, I couldnt check the thread as i was busy with some other work.

    The download link for awesomium is below
    http://awesomium.codeplex.com/releases/view/81241

    Just setup a Grid with...
  20. I Use lot of GridPanel controls in my work. Most of the time I use these controls with Awesomium(Chromium based browser). I noticed that the multiple row selection is not working in awesomium(shft +...
  21. Hi,

    can help to focus the textarea, so the cursor will automatically in the text area?
    Eventhou i already use autofocus property, still unable to focus.

    thanks

    aspx
  22. figure it out already. is because the layoutconfig.

    thanks. sorry to bother :)
  23. yes, i demonstrate what is the expected result.
    is it possible to do like that?
  24. basically i move the menu creation in the code.

    here's are sample expected result (menu populated into the button)



    <ext:Viewport ID="Viewport_SinglePatient" runat="server">
    ...
  25. sorry, added in code behind.

    tested, but still not rendered.
Results 1 to 25 of 380
Page 1 of 16 1 2 3 4