S. No |
Requirement |
Response | |
1. |
SfHeatMap Header Remove |
Please use the below code example to achieve your requirement.
| |
2. |
drag & drop cells |
We are unable to understand the requirement from the provided information. Could you please provide us the video or screenshot to represent the requirement? This will help us to serve you better. |
S.no |
Query |
Response | |
1. |
we need a DataTemplate, In a cell, we want to show multiple data. I have attached an image for your Reference. (Image:- HeatMapContent.png) |
We have created a sample to achieve this requirement. In default we are binding the value of each cell with its value. But for your requirement we have changed the Datacontext of the content template as the resources of HeatMapcell. This is also only achieved in CellMapping. From this we can bind each property with respective values.
Please use the below code to achieve your requirement:
Please find the sample link below. | |
2. |
we need a ColorBinding of a HeatMapCell. |
I the attached sample we have colorBinding of HeatMapcell. Please refer the sample in the below link. | |
3. |
Drag & Drop of view cells. I have attached a Video for your Reference. But We want that feature in SfHeatmap Cell drag and drop |
HeatMap is a control to represent data in Tabular and cellular formats. In HeatMap we are creating 2-d rows and columns to represent the data. Iteractive Drag and Drop is not a scope in HeatMap. |