in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Some Queries

Last post 05-15-2008 11:25 AM by JACGARY. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 11-11-2006 5:58 AM

    Some Queries

    Dear Sir,

    My company have purchased Flex grid for .net. Previously I am using Flexgrid for activeX. I want to know something in .net.

    1. What is the equivalent of IsSubTotal command in .net?
    2. How can we draw border around cells in .net?
    3. In activeX we used CellBorder, wherein we can set different color, different width etc of border for different cells.
    4. How can we set subtotal rows Fixed so that when we scroll the screen Subtotal rows is always visible

     Is there any utility that convert program from activeX to .net?

    Please solve my queries.

     Thanks

    Arun Ladha

  • 11-14-2006 11:29 AM In reply to

    Re: Some Queries

    Hi Arun.

    > What is the equivalent of IsSubTotal command in .net?

    _flex.Rows[i].IsNode

    > How can we draw border around cells in .net?
    > In activeX we used CellBorder, wherein we can set different color,
    > different width etc of border for different cells.

    That is the one feature in the ActiveX control that is not supported in the
    ..NET version. We do have a sample called CellBorders (attached) that shows
    how you can do it using OwnerDraw.

    > How can we set subtotal rows Fixed so that when we scroll the screen
    > Subtotal rows is always visible

    You can change the number of fixed rows by setting

    _flex.Rows.Fixed = n.

    > Is there any utility that convert program from activeX to .net?

    No, sorry.

    If your program is big, you may want to use the Classic version of the grid
    instead of the regular version. The classic is a wrapper that implements an
    object model similar to the old ActiveX, and should allow you to use
    virtually the same code. Also, we do ship the source o the classic version,
    you may want to refer to that and use it as a guide when converting old
    projects.
  • 05-15-2008 11:25 AM In reply to

    Re: Some Queries - CellBorders.zip

    Is there a VB version of the cellborders.zip?

Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.