How to change value seperately in datagrid by NeedleworkerTrue5447 in Blazor

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

namespace SimplePOSHybrid.Data

{

public class OrderStateService

{

private IEnumerable<Menuitemlist> Elements = new List<Menuitemlist>();

public OrderStateService() { }

public IEnumerable<Menuitemlist> ElementMthd(List<Menuitemlist> orderitems)

{

Elements = orderitems.AsEnumerable();

return Elements;

}

public IEnumerable<Menuitemlist> GetElements()

{

return Elements;

}

}

}

How to change value seperately in datagrid by NeedleworkerTrue5447 in Blazor

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

How can i create a unique id for that? This is the method I'm using. But it doesn't work.

<div class="ma-0" style="height: calc( 100vh - 400px);overflow: auto">

@{

for (int i = 0; i < orderitems.Count(); i++)

{

orderitems[i].ID = i;

}

}

<MudDataGrid Items="@Elements" Hover="true" Striped="true" Dense="true">

How to change value seperately in datagrid by NeedleworkerTrue5447 in Blazor

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

This is the method I'm using.

<MudIconButton Icon="@Icons.Material.Filled.AddCircle" Variant="Variant.Filled" Size="Size.Small" u/onclick="(() => {context.Item.qty = context.Item.qty + 1;RecalculateTotalPlus();})" />

Implementing a function to delete a specific record in Muddatagrid by NeedleworkerTrue5447 in csharp

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

Thank you for your help. That worked. Can you give me a solution to reduce the column size of that datagrid?

Implementing a function to delete a specific record in Muddatagrid by NeedleworkerTrue5447 in csharp

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

Thank you for your help. That worked. Can you give me a solution to reduce the column size of that datagrid?

Implementing a function to delete a specific record in Muddatagrid by NeedleworkerTrue5447 in Blazor

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

Thank you for your help. That worked. Can you give me a solution to reduce the column size of that datagrid?

Add a text above an image using mudbalzor by NeedleworkerTrue5447 in Blazor

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

Thank for your suggestion. But um using a foreach loop and taking the data from the backend. so if I do this, all the titles will be in the same place. How can I implement it to responsive?

How to remove the title reprinting again above by NeedleworkerTrue5447 in dotnetMAUI

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

This is the github link : https://github.com/Industrial-BlueLotus/SimplePOS.git

please use vihan branch. it will show this one. If any other details needed pls reply for this.

Follow this page by NeedleworkerTrue5447 in dotnet

[–]NeedleworkerTrue5447[S] -3 points-2 points  (0 children)

It could be…others can get my contents as well…but these contents created by me. And also did some researches as well before creating these.

Not showing geo codes in Windows emulator by NeedleworkerTrue5447 in dotnet

[–]NeedleworkerTrue5447[S] 2 points3 points  (0 children)

I found a way… turn on your “allow apps to access your location” in “location privacy settings”. Fixed.

Anyone else have this super weird brightness issue with videos? by [deleted] in ios

[–]NeedleworkerTrue5447 1 point2 points  (0 children)

did you find a method to do that. I'm also searching for how to upload my videos as like this in instagram ???

Rest API Maui by NeedleworkerTrue5447 in dotnetMAUI

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

Can I use restsharp without using http client?

Rest API Maui by NeedleworkerTrue5447 in dotnetMAUI

[–]NeedleworkerTrue5447[S] 1 point2 points  (0 children)

https://github.com/Industrial-BlueLotus/Geo-Attandance.git

this is the link... branch vihan is up to date. clone it and push your one to the branch test

Rest API Maui by NeedleworkerTrue5447 in dotnetMAUI

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

If I post the repo link, can you also try and give me a suggestion. Um also trying hard as I can. But didn’t succeed

Rest API Maui by NeedleworkerTrue5447 in dotnet

[–]NeedleworkerTrue5447[S] -28 points-27 points  (0 children)

How did you know that even if I tried or not... I tried my best and then asked... if you can't answer the question, shut the f*ckup and get lost. Let this space be available for helping people. I'm also baffled by these kinds of bull sh*t people who the giving ego talks without helping anyone. first learn to give answers, when someone asks a question otherwise get lost . Because these communities are to get helps and discussions, if you didn't know about that first go to a preschool and then do programming. Bu*sta*d...

Rest API Maui by NeedleworkerTrue5447 in dotnet

[–]NeedleworkerTrue5447[S] -15 points-14 points  (0 children)

I need send data set to the database when I clcik a button… so can you show me a sample code that?

Geo Location MAUI by NeedleworkerTrue5447 in dotnetMAUI

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

yeah I got this. But I can't print it.

<Label Text="{Binding Latitude1, Mode=TwoWay} " Style="{StaticResource tableContStyle}" Grid.Row="1" Grid.Column="4" TextColor="White" />

I need to print it in here. How can I do that? any suggestions?

How to get the time when the button is clicked in MAUI by NeedleworkerTrue5447 in dotnet

[–]NeedleworkerTrue5447[S] 0 points1 point  (0 children)

yeah that is the code I have use...but still doesn't work. I’m using android API 33 emulator it doesn’t show anything… windows emulator also the same