Search Results

Type: Posts; User: vali1993

Page 1 of 8 1 2 3 4
Search took 0.04 seconds.
  1. I reloaded the tree, from client side. It is working now.

    Thanks
  2. I created a usercontrol which has a Dropdownfield with TreePanel inside that and it is returing the selected node list through a property. I added that to an aspx page and it is displaying the...
  3. Thanks for your reply.
    I have a editable grid panel, which is disabled as default so most user only have read only access. User who has edit permission can click on admin edit button to enable the...
  4. Currently, when a gridpanel is disabled, the data in the grid is so light that is not readable.is there a way to apply CSS to a disabled gridpanel? is there a css example that i can use. Thanks for...
  5. it is resource requset. (global.asax) see attached screen. Thank you
  6. it works if i remove theme or remove documentready listener.
  7. I created a simple page where i got the invalid web resource error

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>
    <%@ Register Assembly="Ext.Net"...
  8. Yes we used 1.0, but not the latest, we haven't updated for a while, worry about breaking existing features. I will try to see if i could reproduce, won't be easy. the page is dynamically load text...
  9. I found this related post http://forums.ext.net/showthread.php?6545-...-invalid-webresource-request.-at-System
    but last link in the post is broken.
  10. After upgrading to VS10, I got invalid web resource error. Finally figure out something to do with Slate theme, if i change to default theme under resource manager, there is no error. please advice...
  11. i have a search page with a gridpanel to display the search result. search result sometimes can returns more than 10000 records. what is the best possible way to handle this? does this have to be...
  12. Perfect. Thank you.
  13. Thanks for the reply. I think my issue is not data selection. It does select the data i would like to drop on Grid2. It seems that when Grid2 dataindex is not the same as grid1, data doesn't get...
  14. I am using example https://examples1.ext.net/#/DragDrop/Grid/Grid_to_Grid2/, but my store2 recordfield name are not the same as store1 recordfield name, how can i modify the code to make drag and...
  15. I attached the screen shot. See when contact us is clicked, panel is not showing and it is behind the pdf.
    I tried in both IE 8 and FireFox.
  16. Hi, as title, when I autoload a PDF page in a Panel, Top bar menu items are hidding behind the PDF,but it is a normal html page. menu items shows fine. How can I fix this?
    Thank you,

    <%@ Page...
  17. Perfect! Thank you. works great.
  18. Following code for select all worked great, but I used the following code to Deselect all, it only uncheck the header checkbox. is there anything i am missing in my code? thank you
    var...
  19. Hi I just tested with your example. It worked! Thank you. calling it from directmethod didn't work for me.
    For Deselect all, I pass string AllPAJson="{}". it only deselected the header checkbox,...
  20. I coded as following, but it didn't select all as it should, do you see a problem with the code:
    AllPAJson returns this: {"969672":{"id":"969672","index":0},"974372":{"id":"974372","index":1}}

    ...
  21. Hi, Thank you so much. I am almost there.

    I was able to create a string from code-behind to be exact format as how selected records are stored in .selectedIds as sugguested below and on success...
  22. sorry i was not being clear. I found that to maintain selection when paging just to add:

    <ext:JsonReader IDProperty="ID">Thanks so much for all your help. I have one last question regarding remote...
  23. Thank you so much for your example. I should be able to accomplish my Save task from this example.

    is there a way that i can maintance selection between remote paging in case user goes back to...
  24. it is possible to provide a simple example of the saves records ids an indexes remote paging checkbox example. or is there something i can reference to in example explorer? thank you..
  25. I am looking for a good solution to remember checkbox selection while remote paging and when save is hit, all selected records will be saved to database.
    Is there a good way to do this?

    Thank...
Results 1 to 25 of 177
Page 1 of 8 1 2 3 4