How can I render a ListBoxComponent for an specific cell when editing in react Pivot Grid?

Hello Support team,

I have the requirement to select a value from a predefined list when editing the data grid. Is it possible to render the ListBoxComponent for an specific cell?. Same way as in the  GridComponent / ColumnsDirective

Could you pls give me a clue on how to implement this requirement?

8 Replies 1 reply marked as answer

SS Saranya Sivan Syncfusion Team December 15, 2020 07:47 PM UTC

Hi Enrique,   
   

We are validating the reported requirement (To render a list box component for specific cell when editing in react pivot grid) at our end. We will update the further details within two business days (17th December).  

     
    
Regards,   
Saranya Sivan.   



MM Manikandan Murugesan Syncfusion Team December 17, 2020 09:16 PM UTC

Hi Enrique, 

We have prepared sample as per your requirement. 
 

If this is different from your requirement, then please let us know the more details with screen shot/video (if possible), so that we can work towards fulfilling your requirement. 
 
Thanks, 
Manikandan. 



EC Enrique Casas December 18, 2020 12:24 PM UTC

Hi Manikandan,

Thank you for your help.

I need to display the ListBoxComponent for some specific fields when EDITING the data grid. In your example I see the DropDownList If I display the Data Grid details however when I use the Toolbar - ADD or EDIT buttons, the field restores to the original component . I attach the screen shot. In yellow the line that I'm editing


Regards,
  Enrique

Attachment: EDIT_DATA_GRID._c17d395c.zip


EC Enrique Casas replied to Enrique Casas December 18, 2020 01:15 PM UTC

Hi Manikandan,

Thank you for your help.

I need to display the ListBoxComponent for some specific fields when EDITING the data grid. In your example I see the DropDownList If I display the Data Grid details however when I use the Toolbar - ADD or EDIT buttons, the field restores to the original component . I attach the screen shot. In yellow the line that I'm editing


Regards,
  Enrique

Attachment: EDIT_DATA_GRID._c17d395c.zip

Hi Manikandan,

Thank you for your help.

I need to display the ListBoxComponent for some specific fields when EDITING the data grid. In your example I see the DropDownList If I display the Data Grid details however when I use the Toolbar - ADD or EDIT buttons, the field restores to the original component . I attach the screen shot. In yellow the line that I'm editing


Regards,
  Enrique

Attachment: EDIT_DATA_GRID._159c5b1b.zip


SS Saranya Sivan Syncfusion Team December 21, 2020 04:38 PM UTC

Hi Enrique,       
We are validating the reported requirement (To render a list box component for specific cell when editing in react pivot gridat our end. We will update the further details within two business days (23rd December).        
     
Regards,    
Saranya Sivan.  



SS Saranya Sivan Syncfusion Team December 23, 2020 01:40 PM UTC

Hi Enrique,  
  
We have prepared sample as per your requirement to render the dropdown list for a specific cell when editing the grid. 
  
Sample:  
  
Code Snippet: 
  
beginDrillThrough(args) { 
    args.gridObj.columns[3].editType = "dropdownedit"; 
  } 
  
Output: 
  
 
  
If this is different from your requirement, then please let us know the more details with screen shot/video (if possible), so that we can work towards fulfilling your requirement.  
  
Thanks,  
Saranya. 
 


Marked as answer

EC Enrique Casas December 23, 2020 03:26 PM UTC

Hi Saranya.

Perfect. Thank you for your help.

Regards






SS Saranya Sivan Syncfusion Team December 24, 2020 04:57 AM UTC

Hi Enrique, 
 
Thanks for the reply. 
 
Please let us know if you have any other queries. We are always happy to assist you. 
  
Regards, 
  
Saranya Sivan 


Loader.
Up arrow icon