Saleh Yusefnejad

Results 157 comments of Saleh Yusefnejad

by the exception content that you've provided, it seems the `chartjs` script has not been initialized there. could you plz share the source code so we can investigate the problem...

Since there has been no activity here for a long time, I'm closing this issue.

@ShahryarSaljoughi Thanks for contacting us. We're investigating this issue. We'll let you know if it's possible to work on this issue.

@ShahryarSaljoughi Internally, we are using `BindConverter.TryConvertTo` to convert the string value of the input to the corresponding converted number from it. It's a built-in utility class inside the ASP.NET Core,...

it seems even providing different cultures ("fa-IR" or "fa") as the input to the `BindConverter.TryConvertTo` is not going to resolve this issue: ```csharp ... BindConverter.TryConvertTo("۱۲۳", CultureInfo.CreateSpecificCulture("fa-IR"), out result); ... ```

@Hamid-kadkhoda Thanks for contacting us. but I don't understand what is the problem.

I'm closing this issue since there has been no activity in a long time.

@bakes82 Thanks for contacting us. You can easily open the `.eml` files using an email client like Outlook on Windows. The feature to apply a delay for binding values is...

about the DataGrid, you can see that it is getting re-rendered on each search. it is obvious in your short video of its behavior too. just check out how the...

we don't have that issue on the BitDataGrid demo page.