Search Results

Type: Posts; User: grosenbrock

Search took 0.01 seconds.
  1. There will be an error box in the grid if the asp:SqlDataSource fails to complete the sql transaction but in this case it may a silent error.
  2. You may have a silent error between the asp:SqlDataSource and the ext:store since I believe you are missing the UpdateCommand in the asp:SqlDataSource element. If you change text in what the sql...
  3. I have used a slight different approach since I have the javascript code in the Site.Master file and pass in additional information:



    var showTip = function (tooltipmarker, grid, store)...
  4. They basically work the same for the sqldatasource/ext:store part as the crude example below where ID_Person in the table is tied to your sequence in oracle and the logic on the buttons will trigger...
  5. Hi everyone,

    I have a weird issue with the panelgrid if you update some cells with data and use either the paging or filtering options. The grid does not keep the newer data but keep displaying...
  6. Framework is just the window and you still need someone to put it in unless you understand the principals.
  7. I am building an Excel look-a-like sheet where I already traverse through the tooltip to pick up what I want from the grid cell. You should be able something similar easily without me giving you my...
  8. That is correct since the framework will only give you so much and you have to go through the dom to find your way into the elements where you will find your menu element and manipulate it.
  9. Okay, then you probably need to use the mouseover listener on your gridpanel and check if you are hovering over the menu element in your function before run the rest of your code. Only the menu in...
  10. <ext:SplitCommand Text="Split" Icon="Application">
    <Menu>
    <Items>
    <ext:MenuCommand CommandName="splitItem1" Icon="Anchor" Text="splitItem1">
    </ext:MenuCommand>
    <Menu>
    <Items>...
  11. I am new here too but I believe this link should help you to understand what the child elements are:
    http://docs.ext.net/

    What I understood from the examples is that you can have your commands on...
  12. https://examples2.ext.net/GridPanel/DataSource_Controls/SqlDataSource/

    The above example gives you how to connect the GridPanel with a SqlDataSource which you can extend with insert/update/delete...
  13. I appreciate the reply and it does. :)
  14. The examples for export to Excel are using C# so does anyone have an example of Export to Excel in vb?

    Thank you in advance.
Results 1 to 14 of 14