OneToMany + EditableGrids + LocalFilter

  1. #1

    OneToMany + EditableGrids + LocalFilter



    Hi
    I wanna make a frame for my project that it needs to these features:
    1-two grids like one to many example -> ( data source = SqlDataSource )
    2-both of grids should be Editable -> ( insert + edit + delete + save )
    3-they should have localfilter on their columns.( here is hardest part )
    i tried to make it but...here is my attempt,refer to attachment. ( i realy need it plz help me to make it ) PLZZZ ;)
  2. #2

    RE: OneToMany + EditableGrids + LocalFilter

    Hi,

    What problems do you have? I noticed that you did not define editors for columns
    *
  3. #3

    RE: OneToMany + EditableGrids + LocalFilter

    Hi
    Now i Have only one Problems :P
    when i click on insert button ,edit strat but when i want to change column ,Grid panel move and change!! there is a conflict with select of row and change of columns !

  4. #4

    RE: OneToMany + EditableGrids + LocalFilter

    Hello,
    I'm not using SqlDataSource but UpdateProxy for store databind, does it work like you do?
    I have an error saying "Cannot convert String to null value (int)", it's because the ID of the first grid is not passed to the second gris for saving, do you know how can I solved this problem?

    Thanks a lot :)

Posting Permissions