Search Results

Type: Posts; User: gumush75

Search took 0.01 seconds.
  1. Hi

    In project, a gridpanel(below) with dynamic columns and dynamic store is designed.



    <ext:GridPanel Frame="true"
    ClientIDMode="Static" runat="server" ID="grid"...
  2. Thanks for your response.

    You wrote

    "You can also bind scrolling events to one and set overflow to hidden in the other (so scrollbars are not shown). Then with the scroll hidden, try and...
  3. Hi,

    Could you please review this thread from begining

    http://forums.ext.net/showthread.php?16731-CLOSED-Grid-scrolling-without-the-scrollbar

    I have two questions:

    1. What about...
  4. Thanks for your reply. I will be trying it.

    Could you please explain how can i built a gridpanel as in attachment.

    In attachment single column and its custom summary and calculation rows added,...
  5. Hi,

    I have two gridpanels with the same width and number of columns and different stores.

    How can I scroll them together as if a single gridpanel ?

    And also hide scroll at the gridpanel...
  6. You are right, build errors are fixed. Could you check code again ?

    At ext.net button click event, how can i pass asp.net table control as a parameter ?
  7. Hi, code in link below is written for 1.x and not working in 2.x version.

    http://forums.ext.net/showthread.php?16731-CLOSED-Grid-scrolling-without-the-scrollbar

    Could you please provide for...
  8. This code is not working in 2.5.2.

    Could you please re-write for 2.5.2 ?
  9. Hi fabricio, code edited and TdfManager issue resolved. Could you check again ? Urgent help needed.
  10. Hi, in my project as a part of requirements i am creating a little bit complex table. To do that i am using asp.net Table control and creating table dynamically with code below.

    I am creating...
  11. Sorry but it is understandable. Of course I removed other parts.

    What this code snippet tries to do is that : There is a gridpanel with 3 buttons on its top toolbar. If you click first button it...
  12. var rowIndex = -1;
    var beforeEdit = function (ed, e) {
    rowIndex = App.gpSistem.getStore().indexOf(e.record);
    };

    var AddFirstRow2 = function (store) {
    ...
  13. Hi, in application user adds/removes rows to gridpanel on demand. In ext 2.5 it works bug free but in 4.2 there is a problem.

    For example user adds 4 rows 1 2 3 4 automatically assigned by...
  14. I am experiencing the same problem.

    Urgent action needed.
  15. I will try it.
  16. Hi, great, it works.

    One more problem. In asp.net gridview I have two template columns with asp.net textbox and ext numberField.

    I can not get values from these controls after Save button is...
  17. It does not work :(

    I can not reach gridview rows.

    Is there any other way to overcome this case ?
  18. First click "Load Data" button then Save button. If you debug, you will notice that gridview rows are not accessible.

    This is aspx part.



    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  19. Hi,

    I have a asp.net gridview insider ext container.

    After binding data to gridview I call


    this.Container6.Render();

    so that gridview shows data.
  20. I could not add controls dynamically. What might be problem ?
    Aspx code:

    <ext:Panel ID="Panel3" runat="server" Header="false">
    <Items>
    <ext:FormPanel...
Results 1 to 20 of 20