Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1493
Record Seprator without fixing facility
posted

Hi,

         I am trying to have a record seprator in my data grid which only seprator a set of records similar in record fixing but I dont want to fix my records while scrolling. I only want to have a seprator which distinguish my set of records for example I have 10 records I want to separate my records with a line 3 records in a set and a seprator 5 records then seprator 2 records and a seprator.

1

2

3

--------------------

4

5

6

7

8

----------

9

10

Any help ill be appriciated .

 

Thanks.

 

 

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    One way would be to create a top or bottom border of the data record presenter that you wish to separate. You can also add a margin or event retemplate the DataRecordpresenter. In order to make this conditionally funtional, you can use IValueConverter and apply this border to only specific DataRecordPresenters

Children