Search Results

Type: Posts; User: mkshields9w57

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,

    I just downloaded the Ext.NET v2.0 and would like to work on a new project using the latest dlls. I have already built some applications using Ext.NET v1.0.3 and have my Visual Studio toolbox...
  2. I changed my composite field to use displayfield instead of labelfield and it seems to fix the alignment issue. However the bottom border for the combo box is still not showing in IE.



    ...
  3. I'm using the following file versions


    Ext.Net.dll File Version 1.0.3960.37522
    Ext.Net.Utilities.dll File version 1.0.0.37515
  4. Mystery solved. Thank you.
  5. I figured it out. Not quite sure why it's causing an error though:

    In my aspx page, I declared my user control (that contains the formpanel with topbar) with ClientIDMode=Static.


    <uc1:UCForm...
  6. on the javascript line with the error, a tbar is being declared around column 1548:

    tbar:{id:"Toolbar1",xtype:"toolbar",items:[{_ClientInit},{id:"Button5",text:"Submit"}]}.

    I decided to go a...
  7. Is there an issue when placing a toolbar in the topbar of a formpanel that is rendered inside a usercontrol(ascx)?

    This is the code that I placed in the aspx page and it works fine. I cut and...
  8. Please mark as solved. I just had to change the panel heights.
  9. Hi.

    I have an aspx page that calls a user control(ascx).

    I have a button in my aspx page that shows the pnlForm, and adds frmDetails(from ascx) to pnlDetails(in the aspx page).
    Once the...
  10. Hi!

    I have a compositefield in my formpanel that is initially hidden when rendered and shown depending on value of a combobox(cbFind) outside the formpanel. When I run the form in debug mode(runs...
  11. I figured out a way around it:

    Set store.Autoload = false;
    Add grid.Listeners.AfterRender.Handler = this.this.getStore().reload({params:{start:0, limit:20}});
    Add...
  12. Hi,

    I tried a few more things:

    I added this instead.
    grid.Listeners.BeforeDestroy.Handler = "function() {this.getFilterPlugin().clearFilters();}";

    I also noticed on firebug that after I...
  13. Hi,

    Can you please direct me into the right direction how to clear the filter parameters when using HttpProxy on a grid. My grids are generated from code behind. I am able to set filters on it...
  14. Hi,

    Thanks for the response.

    My grid(s) are generated based on a date input and rendered to different tabs within a tabpanel. When the user changes the date input, they need to regenerate the...
  15. Hi,

    Did you figure out a way to clear the filters?

    I too generate my grid and gridfilters from code behind using HttpProxy. However when I filter the grid on screen and want to regenerate the...
  16. Hi,

    I create gridpanels and filters from the code behind as implemented here:

    http://forums.ext.net/showthread.php?15820-GridFilters-Plugin-created-from-Code-behind-using-HttpProxy

    Once the...
  17. fyi,

    I fixed it by assigning an ID to my grid created in the code behind.

    private GridPanel BuildGridPanel(Trade_RecType rectype, string sDate)
    {
    GridPanel grid =...
  18. Hi. I am trying to implement something very similar to this post:

    http://forums.ext.net/showthread.php?4195-CLOSED-GridFilters-plugin-with-HttpProxy

    The only difference is all my gridpanel,...
  19. Attached is the script generated from IE. This is the line that is supposedly causing the error.

    According to IE:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT...
  20. I already did that and still not working. I also tried manually setting the parameter values in the markup but to no avail.
  21. Hi. I have a similar scenario to the one posted here.
    http://forums.ext.net/showthread.php?9803-CLOSED-Avoid-Store-Autoload-on-HTTP-Proxy

    I have a UserControl that has the following in it:
    a...
  22. Hi I would like to accomplish the same thing. What did you do?

    I was able to do it but building my grid in the code behind. But I want to have my grid in the markup instead.

    Thank you.
  23. Hi,

    I am trying to implement the solution per the post on 6/1/2010 from this thread.

    http://forums.ext.net/showthread.php?8477-CLOSED-1.0-Store-of-WebService-HttpProxy-with-DataTable-Paging
    ...
  24. Thanks for the response.

    Are there possible alternatives? I only ask because for the application that I'm developing, the files that need to be uploaded and processed will always be in the same...
  25. Hi!

    Is there a way set the FileUploadfield.FileName in code behind? I ask because I need to put a default file name on the FileUploadField. I tried setting the
    FileUploadField.text property in...
Results 1 to 25 of 45
Page 1 of 2 1 2