[CLOSED] Can SelectionModel have two model

  1. #1

    [CLOSED] Can SelectionModel have two model

    I tried to add two models
    <SelectionModel>
     <ext:CheckboxSelectionModel runat="server" />
    <ext:RowSelectionModel ID="RowSelectionModel1" runat="server"  SingleSelect="true"></ext:RowSelectionModel>
    <SelectionModel>
    The system says can be only one.
    I need different function for checkboxes and some cells


    Also question.
    Because GridPane can have many records in my application (1000 and more) next page get records from DB and CheckboxSelectionModel doesn't keep info about checked lines.
    Is there way to show checked line when client goes back to page where he checked line?
  2. #2

    RE: [CLOSED] Can SelectionModel have two model

    Hi,

    1. No, can be one selection model only. Why you need combine two models? May be we can suggest another solution
    2. Try to set SelectionMemory="Enabled" for GridPanel


  3. #3

    RE: [CLOSED] Can SelectionModel have two model

    1. when i click on row system get info from db and fill some fields and GridPanes
    when i click on check box it should keep it when i go to ohter pages and can send email to checked clients.
    2. i tried it - not working
  4. #4

    RE: [CLOSED] Can SelectionModel have two model

    Hi,

    SelectionMemory works if you set ReaderID for store's reader.
    I am still unsure why you need combine selection models
  5. #5

    RE: [CLOSED] Can SelectionModel have two model

    1. You are right. I don't need two models.
    Now it works.
    2. checkboxes works.

    Everything works properly.

Similar Threads

  1. Replies: 0
    Last Post: Aug 01, 2012, 10:43 PM
  2. SelectionModel with end row
    By Kai_it in forum 1.x Help
    Replies: 2
    Last Post: Oct 23, 2011, 10:53 AM
  3. [CLOSED] GridPanel: selectionModel
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 22, 2010, 2:23 PM
  4. [CLOSED] UpdatePanel and SelectionModel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Oct 03, 2008, 8:01 AM
  5. [CLOSED] GridPanel SelectionModel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 25, 2008, 6:26 PM

Posting Permissions