Results 1 to 4 of 4

Thread: DataGrid

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254

    DataGrid

    Hello all,

    Can someone tell me that how to change the format of the row in a datagrid during runtime. I want some rows to be appear as Red. Also I have placed my datagrid a bit down at the page so in order to see the whole grid i have to scroll down but when i click on the page # for the next page the scroll bar again goes on top. Is there any way to avoid this.

    Thanks in advance
    Ideas are dime a dozen.
    People who put them into action are priceless.

  2. #2
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492

    Re: DataGrid

    Look at the ItemDataBound event

    Make sure its public...
    then simply use the color property.

    Jon

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254

    Re: DataGrid

    What about the other part of my question.
    Ideas are dime a dozen.
    People who put them into action are priceless.

  4. #4
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492

    Re: DataGrid

    Quote Originally Posted by rmoghal
    What about the other part of my question.
    Dont know ... I dont like scrolling so I avoid it anyway.

Posting Permissions

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



Click Here to Expand Forum to Full Width