Grid Layout inside Syncfusion TextInputLayout

Greetings,

I was wondering how does giving the Syncfusion TextInputLayout a HeightRequest and WidthRequest Value affect a GridLayout contained within a  Syncfusion TextInputLayout. TIA !!!



  <sf:SfTextInputLayout Hint="94x"

                                            Stroke="Gray"

                                            ContainerType="Outlined"

                                            ContainerBackground="White" Margin="10,0,0,0" WidthRequest="500" HeightRequest="330" Grid.Row="0" Grid.Column="2" >

                    <sf:SfTextInputLayout.HintLabelStyle>

                        <sf:LabelStyle TextColor="Gray"/>

                    </sf:SfTextInputLayout.HintLabelStyle>

                    <Grid RowSpacing="10" ColumnSpacing="10" Margin="10,40,0,0">

                        <Grid.RowDefinitions>

                            <RowDefinition Height ="auto" />

                            <RowDefinition Height="auto" />

                            <RowDefinition Height="auto"/>

                            <RowDefinition Height="auto"/>

                            <RowDefinition Height="auto"/>

                            <RowDefinition Height="auto"/>


1 Reply

AJ AhamedAliNishad JahirHussain Syncfusion Team May 19, 2023 01:42 PM UTC

Hi Ron,


We have reviewed your code snippet. Currently, for the TextInputLayout, we have provided support for  controls such as entry, editor, and combobox. However, in your case, you are using a grid inside the TextInputLayout, which is not a typical usage scenario. We would like to know the purpose and intended behavior of using a grid within the TextInputLayout.


To better understand the issue and assist you in resolving it, we kindly request more detailed information about the specific scenario in which the control is being used. It would be helpful if you could provide a sample and video that demonstrates the problem, along with replication steps. This it would enable us to conduct a more thorough investigation of the issue.


Regards,

Ahamed Ali Nishad.



Loader.
Up arrow icon