Search Results

Type: Posts; User: vijay.sahu

Search took 0.01 seconds.
  1. Hi,

    I am unable to find the grid panel or the store in the ext.onready or any method when I use Ext.getCmp.

    Following is the piece of sample code that I am using. I have a grid, a store and a...
  2. I tested it and it worked well
    I realised my Mistake.
    Thank You .
    You can mark as closed.
  3. The content for hdnUserRoleId.Text is of Integer Type which is followed by comma as i have shown in the previous Picture.


    string[] words = hdnUserRoleId.Text.Split(',');

    The above code I have...
  4. The control works perfectly fine if I register it on the page. You can check the following link for the output.
    http://122.169.102.111/CaFM/Sample/default.aspx

    But when I call the control through...
  5. I have Used a Form Panel...
    Inside a FormPanel there is a container which contains Grid..
    As you can see, it also contains the hidden fields where it will get value from the store of Gridpanel
    ...
  6. Code for page.



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head...
  7. Thank You Danil.

    Eventually I got my solution to use static method or try for an ajax call.

    Thank You Danil

    You can close this thread
  8. Thanks for the reply Daniil.

    I tried to implement the code mentioned in the link but unfortunately I am unable to get success in it. I dont know why but when I click the link, the panel section...
  9. Hi Danil,

    We have Encountered a Problem several Times, When we pass some parameter from one method to another we several time get "comma" in prefix or suffix of parameter.

    For Eg: The value of...
  10. Hi Danil,

    I think the question posted initially was not clear enough.
    When we give a call to a Direct Method or a DirectEvent, it goes to Page_Load Event and there we check if the Page is...
  11. Hi Danil,


    How Do I stop Page from getting PostBack whenever I use DirectEvent or DirectMethod. Please show some Example on this .
  12. I have a link in my page, on click of which I will be calling the panels update method in javascript i.e. #{Panel1}.update(msg, true);

    I will get HTML string similar to the one below. Now when I...
  13. Hi,

    I have a requirement of rendering the HTML of a page in a panel. I am getting the proper HTML when I do a getJson request but when I update this HTML string in a panel, I am getting the...
  14. Hi,

    I am facing a slight issue when I maximize and restore the browser. Please refer the below link.


    http://122.169.102.111/CaFM/maximize_restore.swf

    The issue here is that when I maximize...
  15. Thanks for the code Daniil. Your code is very close to how the UI should work on load but we have a little more requirement than this.

    I did few modifications in your code just to fit in our...
  16. Hi Daniil,

    We are trying to achive RIA look for our applications.

    Please refer image for more clarification. We would like to refresh only the central panel (bordered panel) without using...
  17. Hi Daniil,

    Thanks for the reply. My team has tried implementing the code given in both the links but it is not as per our requirement.

    The pin editor sample code is very close to our...
  18. Greetings,

    I have a requirement of applying inline editting in a grid panel. Please refer attachment for more details.

    On click of 'pencil' icon the respective gridrow will have textboxes and...
  19. Greetings,

    I have a requirement of caching/storing common part of UI on client browser so that the navigation wont look like a full postback or refresh.
    I am relatively new to ext.net so am not...
Results 1 to 19 of 19