Search Results

Type: Posts; User: debarry

Search took 0.01 seconds.
  1. Hi Guys,

    I've been using Ext.Net v2 for a while now. Our web app is awesome and users love it.
    But now is time to go mobile!

    I downloaded the demo and tried it for a while to migrate some...
  2. Hallo,

    I´m trying to render a new window out my current window using DirectEvents.

    I already read all posts about render a windows but I did`nt find anyone that show how to render out of my...
  3. Hi Guys,

    I'm trying to do a layout liike a "next next finished".
    My button "Next" isn't work, I tried to use this example: https://examples2.ext.net/#/TabPanel/Basic/Show_Hide/

    Anyone has any...
  4. You may close the thread.

    Thank you.
  5. Hi Guys,

    Is possible read dynamic checkbox value using Request.Form?

    This is my checkbox:


    var CheckItemAlternativa = new Ext.Net.Checkbox() { ID = "CK_" + objPer.IdPergunta + "_" +...
  6. Ok Vladimir,

    Now it is working.

    Thank you.
  7. Hi Vladimir,
    thank you for your atention, but is not what I?m looking for.
    I already got the elements checked, now I?m reading my data base and I have to check the options again, server side.
    I...
  8. Hi,

    I had a panelgrid with CheckboxSelectionModel.
    I need a help to check a rows from my gridpanel in server side.
    I tried this code, but didn?t work.


    foreach...
  9. Hello!
    I have a fieldset like this:


    <ext:FieldSet ID="FieldSetIndex" runat="server" ColumnWidth="0.4" Title="Escolha uma ou mais op??es de filtro:" MarginSpec="10" ButtonAlign="Right">
    ...
  10. I see... lets use community then! :D

    Hope documentation comes out soon.

    Thank you.
  11. THank you.

    Is there anywhere I can look for information about the controls and their properties and methods?
    I feel like I dont much places to look for when I need....

    Thanks again.
  12. I'll create another topic about this issue later on.
    Now I need to programatically add items to a FormPanel from code behind, in a DirectEvent.

    Thanks.
  13. I need to programatically add items to a FormPanel from code behind, in a DirectEvent.
    I have this so far:


    <ext:FormPanel ID="FormPanelIndex" runat="server" ButtonAlign="Right"...
  14. It worked!
    I've used this:


    <PostParams>
    <ext:Parameter Name="IdClass" Value="Ext.encode(#{DDIdClass}.value)" Mode="Raw" Encode="false"/>
    </PostParams>

    Also, the encode=false removes...
  15. Thats what i have so far:


    <ext:MultiUpload
    ID="MultiUpload1"
    runat="server"
    OnFileUpload="MultiUpload1_FileUpload"
    FileDropAnywhere="True"
    FileSizeLimit="500 MB"...
  16. Can I see some examples?
    Thank you.
  17. Hi,

    Im using Multiupload so I can upload multiple files at once.
    The files are received and processed by an .ashx file.
    It works fine!

    How can send more parameters to this .ashx page from the...
  18. Thanks!
    That helped!!
  19. Hi,

    I need to get all rows from my gridpanel, in server side.
    I don't want just the selected rows, I want all rows that I dragged to my gridpanel.
    How can I do that?

    Thank you in advance.

    ...
Results 1 to 19 of 19