Results 1 to 2 of 2

Thread: Edit Button on Specific Rows? and Setting Row Color

  1. #1
    Join Date
    Aug 2005
    Posts
    18

    Edit Button on Specific Rows? and Setting Row Color

    2 questions

    1) We would like to put the Row Edit button on specific rows. For example: Display the Row Edit Button only when #1# = 1

    2) With magicCell you can set the background for a cell, but can you set the whole row color using MagicCells?

  2. #2
    Join Date
    Oct 2002
    Posts
    933

    RowEdit and Grid Strip

    1. It is possible but this is cutting into application area. I'll take a look.

    2. Try this code -use the dbGridSstrips prop ->
    Mydb.dbGridStrips="Row(Def)| Col| Both| None"


    Dim X As New Tornado.z
    X.dbQP = "U=1|M=Grid!RowEdit=true|D=Nwind|NI=b5,update| PS=-1|TH=Row Edit|Gs=both"
    X.dbSQL = "Select * from employees"
    X.dbBookMark = "employees;0"
    X.dbEditUpdateFlds = "fi=0|ty=RONOUP,1,2,3"
    X.ASPdbNET()


    Fk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •