Results 1 to 2 of 2

Thread: datagrid question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2000
    Posts
    140
    Hi There,

    I have datagrid which has there columns. Col1, col2 and col3. How do I code it to make col3 as total number of col1 and col2. Col1 and col2 are currency.

    Thanks in advance.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    There may be a way but mainly the datagrid is for displaying the data, not working with it. But what you could do is just make a query and sum Col 1 & 2 into 3 and then bind the grid to the query instead.

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