We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

expanding editor in a grid

Hi SF Support Person,
I have an Editor inside a Grid. As "they" type in the Editor, I need it to expand to an additional row whenever it overflows a line. Can you think of a way to do that with your components?
Thanks!
Will

4 Replies

BS Balasubramani Sundaram Syncfusion Team September 2, 2019 10:17 AM UTC

Hi Will,  
 
Thank you for contacting Syncfusion support.  
 
We have analyzed your requirement of “Editor text overflow the line grid cell height change according to the editor height” we are checking the feasibility of your requirement and we will further validate and let you the details on September 3rd, 2019.  
 
We appreciate your patience until then 
 
Regards,  
Balasubramani Sundaram. 



BS Balasubramani Sundaram Syncfusion Team September 3, 2019 06:40 PM UTC

Hi Will, 
   
Thank you for your patience 
  
Due to complexity we couldn’t able to achieve the exact use case of your requirement. We are still checking the feasibility of your requirement and we update you further details on September 5, 2019. We appreciate your patience until then. 
 
Regards, 
Balasubramani Sundaram 



BS Balasubramani Sundaram Syncfusion Team September 5, 2019 06:42 PM UTC

Hi Will,  
 
Thank you for your patience,  
 
We have tried to achieve your requirement in more possible ways in our “SfDataGrid” control, but we couldn’t able achieve your requirement of row get extended when an overflow of line on the editor at run time. We are checking the same requirement with our SfListview Control and we will further validate and let you the details on September 6th, 2019.   
 
Regards,
Balasubramani Sundaram.
 



BS Balasubramani Sundaram Syncfusion Team September 6, 2019 12:37 PM UTC

Hi Will,  
 
Thank you for your patience 
 
Your requirement can be achieved with our “SfListview” component in Xamarin.Forms to auto expand with overflow of text I editor control.  
 
Please refer the below sample and code snippet.  
 
Code Snippet, 
[Mainpage.xaml] 
 
<listView:SfListView  AutoFitMode="DynamicHeight" 
                      x:Name="listView" 
                      ItemsSource="{Binding BookInfo}" 
                      > 
    <listView:SfListView.ItemTemplate> 
        <DataTemplate> 
            <Editor Grid.Row="0" Text="{Binding BookName}" AutoSize="TextChanges"/> 
        </DataTemplate> 
    </listView:SfListView.ItemTemplate> 
</listView:SfListView> 
 
 
 
 
 
We hope this helps. Please let us know, if you need any further assistance. 
 
Regards,
Balasubramani Sundaram.
 


Loader.
Live Chat Icon For mobile
Up arrow icon