Search Results

Type: Posts; User: bolzi89

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Is it possible to do something like this?


    <Store>

    <ext:Store ID="StoreMenuGrid" runat="server">...
  2. any advice?
  3. I want to click on a cell, and after click, respective row in other grid should be selected...

    this is the code i write to filter second grid, but also this one doesn't work...



    <script...
  4. Yes, i see the message... so my code is wrong?!
  5. Nothing change...
  6. Here JS

    <script type="text/javascript">

    var Cell_Click = function () {
    var data = GridPubbliche.getSelectionModel().selected.items[0].data;
    ...
  7. I've this code:



    itemclick : function() {
    var data = grid_company.getSelectionModel().selected.items[0].data;
    ...
  8. Last question: I've this code



    itemclick : function() {
    var data = grid_company.getSelectionModel().selected.items[0].data;
    ...
  9. Sorry, I don't understand your last post...
  10. Oh you're right! I don't know this thing... Now I've to implement the cellclick and rowselection for the secon grid!
  11. The only difference I found is ArrayReader for JsonReader...

    ASPX




    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Grid.aspx.cs" Inherits="gm_usercs_Grid"...
  12. No... nothing...
  13. Also with this code nothin hapens...




    <ext:Viewport
    ID="ViewportGen"
    runat="server"
    Layout="Fit">
  14. With this code nothing happens...



    <ext:Viewport
    ID="ViewportGen"
    runat="server"
    Layout="Fit">

    <Items>
  15. How? I'm new in programming and I don't know well how to use js...
  16. Thanks, I didn't see it...

    However alert is wrong, I need to repoduce the same thing I do with Cell_Click server side, in a client side way...
  17. Ok, i already try to do it. I add a button:

    <ext:Button ID="Button1" runat="server" Text="Show rows">
    <Listeners>
    <Click...
  18. but howi've to implement this code in my page?
  19. Hi Daniil,
    do you have an example?
  20. Now I need a client side function in javascript that reproduces cell_click... Any idea?
  21. I solved. I've to change string key to int key. I'm so stupid...
    However thanks for help and your patience Daniil ^^
  22. Same problem... I click on a cell in west grid, but corresponding row in center grid isn't selected...
  23. Here you are. I've tried to debug this code and string key have correct value, but RowSelection doesn't work.

    Aspx code



    <ext:GridPanel
    ...
  24. Hi, thanks for the reply.
    But I can't use CellSelect, i've to use property from DB, something like this, but it doesn't work...



    CellSelectionModel cell = new CellSelectionModel();
    ...
  25. I'm lookinf for something like this https://examples1.ext.net/#/GridPanel/Data_with_Details/One-to-Many/
    But when I click on a cell (or on a row) I want the corresponding row in the other grid to be...
Results 1 to 25 of 31
Page 1 of 2 1 2