BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
Hey! I've got a grid that displays expenses created by users. It has many columns, one of them being "Created By"
I'm using Microsoft ASP.Net Users table and this is the code to my grid column:
<GridForeignColumn Field=@nameof(DespesaN.UserId)
TextAlign="TextAlign.Center"
HeaderText="Criado Por"
ForeignKeyValue="UserName"
ForeignDataSource="@allUsers"
Width="150">
</GridForeignColumn>
I'd like to know why the grid doesn't display any info on this column but it does on similar ones. This one for example:
<GridForeignColumn Field=@nameof(DespesaN.TipoDeDespesaId) TextAlign="TextAlign.Center"
HeaderText="Tipo de Despesa"
ForeignKeyValue="TipoDeDespesaDescription"
ForeignDataSource="@tiposDeDespesa" Width="150">
</GridForeignColumn>
If anyone knows why, let me know! Thanks
Hi Daniel ,
We have checked your query and before proceeding further with your requirement kindly share the below details to validate further at our end.
The above-requested details will be very helpful for us to validate the reported query at our end and provide the solution as early as possible.
Regards,
Naveen Palanivel