Search Results

Type: Posts; User: onurbozkurt

Search took 0.02 seconds.
  1. Hi.

    I'm trying to use the method above. But when I click the next page link, nothing happens. If I click again, grid shows the second page.


    Any idea..?


    Thanks.
  2. Oh it is now LoadContent();

    Sorry for not looking at the README..
  3. On v7.0 I was using the following code to make a window load a url.


    this.Window1.Load(new LoadConfig("url", LoadMode.IFrame));

    I've upgraded to v8.0 and I'm having the following error on...
  4. Hi. After update to v8.0 I'm having the following problem.

    I have a combobox filled with Store. If a value is selected from code-behind, I cannot clear the selection by deleting text in combobox...
  5. Hi. For clearing selection of a gridpanel from code-behind we used to use the code below.

    GridPanel1.AddScript("{0}.getSelectionModel().clearSelections();", GridPanel1.ClientID);

    Any changes in...
  6. https://examples2.ext.net/

    They're looking great. Lots of new features. Can't wait for the release...
  7. I am trying to extend DatePicker by adding a highlightedDays option. I found the following forum post in ExtJS website. (http://extjs.com/forum/showthread.php?t=65446)

    Any idea how can I use this...
  8. Hi. Is there a way to get the selected object of dataview in code-behind?

    Thanks
  9. Be sure you have write permission to where you are trying to save the file.
  10. I had to use this one.

    http://forums.ext.net/showthread.php?threadid=2735-19-1.aspx



    Great work, but a bit complex. A classic <input type="file" /> kind of control will be in v0.8 I guess..
  11. Hi. Is there any sample using PostURL?
  12. I was having the same error. When I removed <input type="file" runat="server" if="file_upload" /> from my form, no more errors now.

    Hope this helps..
  13. Sorry it didn't work. I also increased the timeout of the ajax event. That didn't work either..
  14. Hi. I'm using simple



    <input type="file" runat="server" id="txtFile" />


    element to upload files to server. For small sized files this works without no problem. But for files greater than...
  15. On AjaxEvent (Code-Behind).
  16. What I use is...



    grdListar.AddScript("{0}.getSelectionModel().clearSelections();", grdListar.ClientID);


    Hope this helps...
  17. Hi..

    I have an ext:Window with following properties.



    dwTest.AutoLoad.Mode = LoadMode.IFrame;
    dwTest.AutoLoad.Url = "test.aspx";
  18. Working. Thanks a lot.
  19. Hi. As this is my first message, I wan't to thank Coolite staff for their work.


    My Problem :

    I have a GridPanel with Client-Side paging.



    <TopBar>
Results 1 to 19 of 19